Skip to content

Commit 2092b39

Browse files
authored
Update proximity-placement-groups.md
1 parent 62d7cd3 commit 2092b39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-machines/linux/proximity-placement-groups.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ az ppg create \
3636

3737
## List proximity placement groups
3838

39-
You can list all of your proximity placement groups using [az ppg list](/cli/azure/ppg#az-ppg-list).
39+
You can list all of your proximity placement groups using ['az ppg list'](/cli/azure/ppg#az-ppg-list).
4040

4141
```azurecli-interactive
4242
az ppg list -o table
4343
```
4444
## Show proximity placement group
4545

46-
You can see the proximity placement group details and resources using [az ppg show](/cli/azure/ppg#az-ppg-show)
46+
You can see the proximity placement group details and resources using ['az ppg show'](/cli/azure/ppg#az-ppg-show)
4747

4848
```azurecli-interactive
4949
az ppg show --name myPPG --resource-group myPPGGroup
@@ -85,18 +85,18 @@ az vm create \
8585
-l eastus
8686
```
8787

88-
You can see the VM in the proximity placement group using [az ppg show](/cli/azure/ppg#az-ppg-show).
88+
You can see the VM in the proximity placement group using ['az ppg show'](/cli/azure/ppg#az-ppg-show).
8989

9090
```azurecli-interactive
9191
az ppg show --name myppg --resource-group myppggroup --query "virtualMachines"
9292
```
9393

9494
## Availability Sets
95-
You can also create an availability set in your proximity placement group. Use the same `--ppg` parameter with [az vm availability-set create](/cli/azure/vm/availability-set#az-vm-availability-set-create) to create an availability set and all of the VMs in the availability set will also be created in the same proximity placement group.
95+
You can also create an availability set in your proximity placement group. Use the same `--ppg` parameter with [az vm availability-set create](/cli/azure/vm/availability-set#az-vm-availability-set-create) to add all VMs in the availability set to the same proximity placement group.
9696

9797
## Scale sets
9898

99-
You can also create a scale set in your proximity placement group. Use the same `--ppg` parameter with [az vmss create](/cli/azure/vmss#az-vmss-create) to create a scale set and all of the instances will be created in the same proximity placement group.
99+
You can also create a scale set in your proximity placement group. Use the same `--ppg` parameter with ['az vmss create'](/cli/azure/vmss#az-vmss-create) to create a scale set and all of the instances will be created in the same proximity placement group.
100100

101101
## Next steps
102102

0 commit comments

Comments
 (0)