You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/proximity-placement-groups.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,14 @@ az ppg create \
36
36
37
37
## List proximity placement groups
38
38
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).
40
40
41
41
```azurecli-interactive
42
42
az ppg list -o table
43
43
```
44
44
## Show proximity placement group
45
45
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)
47
47
48
48
```azurecli-interactive
49
49
az ppg show --name myPPG --resource-group myPPGGroup
@@ -85,18 +85,18 @@ az vm create \
85
85
-l eastus
86
86
```
87
87
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).
89
89
90
90
```azurecli-interactive
91
91
az ppg show --name myppg --resource-group myppggroup --query "virtualMachines"
92
92
```
93
93
94
94
## 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.
96
96
97
97
## Scale sets
98
98
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.
0 commit comments