Skip to content

Commit 6a8ce4d

Browse files
authored
Merge pull request #203018 from cynthn/patch-610
Update tutorial-manage-vm.md
2 parents 996af3c + d8e84f2 commit 6a8ce4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/linux/tutorial-manage-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Debian credativ 8 credativ:Debian:8:lat
113113
CoreOS CoreOS Stable CoreOS:CoreOS:Stable:latest CoreOS latest
114114
```
115115

116-
A full list can be seen by adding the `--all` argument. The image list can also be filtered by `--publisher` or `–-offer`. In this example, the list is filtered for all images with an offer that matches *CentOS*.
116+
A full list can be seen by adding the `--all` parameter. The image list can also be filtered by `--publisher` or `–-offer`. In this example, the list is filtered for all images with an offer that matches *CentOS*.
117117

118118
```azurecli-interactive
119119
az vm image list --offer CentOS --all --output table
@@ -132,7 +132,7 @@ CentOS OpenLogic 6.5 OpenLogic:CentOS:6.5:6.5.20160309
132132
CentOS OpenLogic 6.5 OpenLogic:CentOS:6.5:6.5.20170207 6.5.20170207
133133
```
134134

135-
To deploy a VM using a specific image, take note of the value in the *Urn* column, which consists of the publisher, offer, SKU, and optionally a version number to [identify](cli-ps-findimage.md#terminology) the image. When specifying the image, the image version number can be replaced with latest, which selects the latest version of the distribution. In this example, the `--image` argument is used to specify the latest version of a CentOS 6.5 image.
135+
To deploy a VM using a specific image, take note of the value in the *Urn* column, which consists of the publisher, offer, SKU, and optionally a version number to [identify](cli-ps-findimage.md#terminology) the image. When specifying the image, the image version number can be replaced with `latest`, which selects the latest version of the distribution. In this example, the `--image` parameter is used to specify the latest version of a CentOS 6.5 image.
136136

137137
```azurecli-interactive
138138
az vm create --resource-group myResourceGroupVM --name myVM2 --image OpenLogic:CentOS:6.5:latest --generate-ssh-keys
@@ -189,7 +189,7 @@ Partial output:
189189

190190
### Create VM with specific size
191191

192-
In the previous VM creation example, a size was not provided, which results in a default size. A VM size can be selected at creation time using [az vm create](/cli/azure/vm) and the `--size` argument.
192+
In the previous VM creation example, a size was not provided, which results in a default size. A VM size can be selected at creation time using [az vm create](/cli/azure/vm) and the `--size` parameter.
193193

194194
```azurecli-interactive
195195
az vm create \
@@ -323,4 +323,4 @@ In this tutorial, you learned about basic VM creation and management such as how
323323
Advance to the next tutorial to learn about VM disks.
324324

325325
> [!div class="nextstepaction"]
326-
> [Create and Manage VM disks](./tutorial-manage-disks.md)
326+
> [Create and Manage VM disks](./tutorial-manage-disks.md)

0 commit comments

Comments
 (0)