了解自動化共用資源

已完成

Azure 自動化包含可全域使用來與 Runbook 建立關聯或用於 Runbook 的共用資源。

目前有八個共用資源類別:

  • 排程:其可讓您定義一次性或週期性排程。
  • 模組:包含 Azure PowerShell 模組。
  • 模組資源庫:其可讓您識別 PowerShell 模組,並將其匯入 Azure 自動化帳戶。
  • Python 套件。 可讓您上傳:.whltar.gz 套件來匯入 Python 套件。
  • 認證:其可讓您建立使用者名稱和密碼認證。
  • 連線:其可讓您指定 Azure、Azure 傳統憑證或 Azure 服務主體連線。
  • 憑證:其可讓您以 .cer 或 pfx 格式上傳憑證。
  • 變數:其可讓您定義類型的加密或未加密變數,例如 StringBooleanDateTimeInteger 或沒有特定類型。

Screenshot of the shared resources section in the Azure Automation account pane. Eight shared resources display, Schedules, Modules, Modules gallery, Python 2 packages, Credentials, Connections, Certificates, and Variables.

最佳做法是一律嘗試建立要跨 Runbook 使用的全域資產。

其可節省時間,並減少個別 Runbook 內的手動編輯次數。