Skip to content

Commit

Permalink
Fix number of replicas and formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Talmard authored Apr 15, 2019
1 parent 9650f81 commit e546037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/virtual-machines-common-shared-images-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e546037

Please sign in to comment.