身為雲端管理員,您可以在 Automation Assembler 中建立以外掛程式為基礎的 Azure 磁碟。可以將新磁碟和現有磁碟連結至以外掛程式為基礎的 Azure 虛擬機器。
可以使用最新的 Azure 内容輕鬆設定磁碟以支援您的基礎結構需求。例如,可以使用 encryption
內容設定磁碟加密選項,例如啟用靜態加密。
如果要為磁碟啟用加密,必須在 Azure 入口網站中建立磁碟加密集。建立磁碟加密集後,複製資源識別碼,並將其用作 disk_encryption_set_id
的值:
encryption: disk_encryption_set_id: <resource id> type: EncryptionAtRestWithCustomerKey
磁碟內容
以外掛程式為基礎的 Azure 磁碟需要以下內容。
內容 | 說明 |
---|---|
name |
資源的外掛程式特定名稱。 可以對 |
disk_name |
Azure 入口網站中磁碟的名稱。 使用 Automation Assembler 部署的 Azure 資源必須符合 Azure 命名規則和限制。否則,部署將會失敗。如需詳細資訊,請參閱〈資源命名限制〉。 |
account |
您的團隊在其中部署雲端範本的帳戶區域的 Microsoft Azure 雲端帳戶。 如需詳細資訊,請參閱〈在 VMware Aria Automation 中建立 Microsoft Azure 雲端帳戶〉。 |
location |
將建立磁碟資源的位置。 |
resource_group_name |
資源群組的名稱。 必須在 Azure 入口網站中建立資源群組。 |
佈建 Azure 磁碟
以下範本顯示了如何佈建 Azure 磁碟資源。
在部署此範本之前,請完成以下步驟:
- 在 Automation Assembler 中建立 Microsoft Azure 雲端帳戶,新增專案,並新增雲端區域。
在此範例中,雲端區域為
eastus
。 - 透過 Azure 入口網站建立資源群組。
在此範例中,資源群組為
azure_rg
。
formatVersion: 1 inputs: {} resources: Idem_AZURE_COMPUTE_DISKS_1: type: Idem.AZURE.COMPUTE.DISKS properties: name: idem-validation-disk disk_name: idem-validation-disk account: idem-azure location: eastus resource_group_name: azure_rg creation_data: create_option: FromImage image_reference: id: /Subscriptions/svpvln45-brk0-mzca-7yxh-dla7h19zxyn3/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServerUpgrade/Skus/server2022Upgrade/Versions/20348.1906.230803