4.1.1 - Azure Image

This will walk you through the process to retrieve the details for a specific image from the Azure marketplace, Azure Cloud Shell and Azure CLI

A Tuono Blueprint allows you to specify multiple imagesarrow-up-right to deploy into your cloud providers. To specify an image from the Azure marketplace we need the Publisher, Product and SKU of the image. This snippet shows how an image is defined under compute.vm.image schema.

compute:
  image:
    windows:
      publisher: cognosys
      product: hardened-iis-on-windows-datacenter-2019 
      sku: hardened-iis-on-windows-datacenter-2019

Azure Marketplace

  1. From the Azure marketplacearrow-up-right navigate to the desired VM that you would like to create, click GET IT NOW and Continue, granting Microsoft permissions and agreeing to the pricing - where required.

In our example we will use the VM Hardened IIS On Windows Datacenter 2019arrow-up-right. This image has an associated cost, so permissions must be granted to use it in your Blueprints.

  1. On the VM page select the Usage Information + Support tab.

Copy the following information:

  • Publisher ID: cognosys

  • Offer ID: hardened-iis-on-windows-datacenter-2019

  • Plan ID: hardened-iis-on-windows-datacenter-2019

  1. Create an imagearrow-up-right in your Blueprint and add the required:

  2. publisher = Publisher ID

  3. product = Offer ID

  4. sku = Plan ID

Azure Powershell

  1. Select a subscription and create a storage account by clicking Create storage

  2. Change the environment type to Powershell in the top left

  1. Find an imagearrow-up-right from a specific region, using Powershell within the Cloud Shell

  • Search the table to find your specific Offer and PublisherName details.

  1. Get the Skus of the specific image, using the Offer and PublisherName from the previous step

  • This will return:

  1. Create an imagearrow-up-right in your Blueprint using the obtained information.

Azure CLI

circle-info

For local installation, you'll need to log in and follow the prompts:

  • Search the table to find your specific image details.

  1. Create an imagearrow-up-right in your Blueprint using the obtained information.

Last updated

Was this helpful?