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
Updated the document to Add existing VM to proximity group
Updated "If you’re planning to create a placement group in an existing resource group, you need to ensure that the existing resource group is empty "
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/proximity-placement-groups-portal.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ A proximity placement group is a logical grouping used to make sure that Azure c
28
28
1. In the **Proximity placement groups** page, select **Add**.
29
29
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected.
30
30
1. In **Resource group** either select **Create new** to create a new group or select an existing resource group from the drop-down.
31
+
1. If you’re planning to create a placement group in an existing resource group, you need to ensure that the existing resource group is empty
31
32
1. In **Region** select the location where you want the proximity placement group to be created.
32
33
1. In **Proximity placement group name** type a name and then select **Review + create**.
33
34
1. After validation passes, select **Create** to create the proximity placement group.
@@ -46,7 +47,30 @@ A proximity placement group is a logical grouping used to make sure that Azure c
46
47
1. After it passes validation, select **Create** to deploy the VM in the placement group.
47
48
48
49
50
+
# Add an Existing VM to Proximity Placement Group
51
+
### Prerequisites
52
+
1. If the VM is part of the Availability set, then we need to add the Availability set into the placement group
49
53
54
+
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
55
+
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
56
+
57
+
1. Proximity placement groups cannot be used with dedicated hosts.
58
+
59
+
#### Once this prerequisites are met
60
+
61
+
## Add VMs existing in an AV set into Placement group can be achieved by
62
+
1. Stop (Deallocate) all the VMs in the Availability set
63
+
1. Go to Availability set configuration
64
+
1. Select the Placement group and click save
65
+
1. Start the VMs
66
+
this will add the availability set along with all its VM into the Placement group.
67
+
68
+
## Add Existing VM to Placement Group
69
+
1. Stop (Deallocate) the VM
70
+
1. Go to the VM Configuration Blade
71
+
1. Select the Placement Group and Click on Save
72
+
1. Start the VMs
73
+
This will add the Existing VM into a Placement group
0 commit comments