diff --git a/includes/virtual-machines-common-shared-images-cli.md b/includes/virtual-machines-common-shared-images-cli.md index 83814830cd71d..7111227ae51b9 100644 --- a/includes/virtual-machines-common-shared-images-cli.md +++ b/includes/virtual-machines-common-shared-images-cli.md @@ -61,7 +61,7 @@ az sig image-definition create \ ## Create an image version -Create versions of the image as needed using [az image gallery create-image-version](/cli/azure/sig/image-version#az-sig-image-version-create). You will need to pass in the ID of the managed image to use as a baseline for creating the image version. You can use [az image list](/cli/azure/image?view#az-image-list) to get information about images that are in a resource group. In this example, the version of our image is *1.0.0* and we are going to create 5 total replicas in the *West Central US*, *South Central US* and East US 2* regions. +Create versions of the image as needed using [az image gallery create-image-version](/cli/azure/sig/image-version#az-sig-image-version-create). You will need to pass in the ID of the managed image to use as a baseline for creating the image version. You can use [az image list](/cli/azure/image?view#az-image-list) to get information about images that are in a resource group. In this example, the version of our image is *1.0.0* and we are going to create 5 replicas in the *West Central US* region, 1 replica in the *South Central US* region and 1 replica in the *East US 2* region. ```azurecli-interactive az sig image-version create \