作为云管理员,您可以在 Automation Assembler 中创建基于插件的 Azure 磁盘。可以将新磁盘和现有磁盘连接到基于插件的 Azure 虚拟机。

可以使用最新的 Azure 属性轻松配置磁盘以支持您的基础架构需求。例如,可以使用 encryption 属性配置磁盘加密选项,比如启用静态加密。

如果要为磁盘启用加密,必须在 Azure 门户中创建磁盘加密集。创建磁盘加密集后,复制资源 ID,并将其用作 disk_encryption_set_id 的值:

encryption:
  disk_encryption_set_id: <resource id>
  type: EncryptionAtRestWithCustomerKey

磁盘属性

基于插件的 Azure 磁盘需要以下属性。

属性 说明
name 资源的插件特定名称。

可以对 disk_name 资源使用相同的值。

disk_name Azure 门户中磁盘的名称。

使用 Automation Assembler 部署的 Azure 资源必须符合 Azure 命名规则和限制。否则,部署将失败。有关详细信息,请参见资源命名限制

account 您的团队在其中部署云模板的帐户区域的 Microsoft Azure 云帐户。

有关详细信息,请参见在 VMware Aria Automation 中创建 Microsoft Azure 云帐户

location 将创建磁盘资源的位置。
resource_group_name 资源组的名称。

必须在 Azure 门户中创建资源组。

置备 Azure 磁盘

以下模板展示了如何置备 Azure 磁盘资源。

在部署此模板之前,请完成以下步骤:

  1. 在 Automation Assembler 中创建 Microsoft Azure 云帐户,添加项目,并添加云区域。

    在此示例中,云区域为 eastus

  2. 通过 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