packer-cn/website/source/partials/builder/azure/arm/_Config-required.html.md

964 B

  • image_publisher (string) - PublisherName for your base image. See documentation for details.

    CLI example az vm image list-publishers --location westus

  • image_offer (string) - Offer for your base image. See documentation for details.

    CLI example az vm image list-offers --location westus --publisher Canonical

  • image_sku (string) - SKU for your base image. See documentation for details.

    CLI example az vm image list-skus --location westus --publisher Canonical --offer UbuntuServer