Skip to content

Commit d07b757

Browse files
Merge pull request #233684 from mattmcinnes/patch-52
[Doc-a-thon] Updating proximity-placement-groups.md
2 parents f166cc9 + 2092b39 commit d07b757

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: proximity-placement-groups
77
ms.topic: how-to
88
ms.workload: infrastructure-services
99
ms.custom: devx-track-azurecli
10-
ms.date: 3/8/2021
10+
ms.date: 4/6/2023
1111
ms.author: mattmcinnes
1212
---
1313

@@ -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)