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/windows/proximity-placement-groups-portal.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ A proximity placement group is a logical grouping used to make sure that Azure c
19
19
> [!NOTE]
20
20
> Proximity placement groups cannot be used with dedicated hosts.
21
21
>
22
+
> If you want to use availability zones together with placement groups, you need to make sure that the VMs in the placement group are also all in the same availability zone.
23
+
>
22
24
23
25
## Create the proximity placement group
24
26
@@ -45,18 +47,7 @@ A proximity placement group is a logical grouping used to make sure that Azure c
45
47
1. After it passes validation, select **Create** to deploy the VM in the placement group.
46
48
47
49
48
-
## Add an existing VM to a proximity placement group
49
-
50
-
You can also add an existing VM to a proximity placement group.
51
-
52
-
53
-
1. If the VM is part of the Availability set, then we need to add the Availability set into the placement group
54
-
55
-
1. If there exists a VM already part of an Availability Zone in the placement group, then while adding a VM we need to ensure that the VM to be added is part of the same Availability Zone
56
-
E.g. VM1 is in AVzone 1 and is a part of placement group, then if we’re planning to add vm2, then vm2 should be part of the same AV zone
57
-
58
-
59
-
## Add VMs existing in an AV set into a proximity placement group
50
+
## Add VMs in an availability set to a proximity placement group
60
51
61
52
If the VM is part of the Availability set, you need to add the availability set into the the placement group, before adding the VMs.
62
53
@@ -71,11 +62,15 @@ If the VM is part of the Availability set, you need to add the availability set
71
62
72
63
73
64
## Add existing VM to placement group
65
+
66
+
74
67
1. On the page for the VM, select **Stop**.
75
68
1. Once the status of the VM is listed as **Stopped (deallocated)**, select **Configuration** on the left menu.
76
69
1. Under **Proximity placement group**, select a placement group from the drop-down, and then select **Save**.
77
70
1. Select **Overview** from the left menu, then select **Start** to restart the VM.
78
71
72
+
73
+
79
74
## Next steps
80
75
81
76
You can also use the [Azure PowerShell](proximity-placement-groups.md) to create proximity placement groups.
0 commit comments