Skip to content

Commit f6756c0

Browse files
authored
To Add Existing VMs to Proximity Placement Groups
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 "
1 parent f10c12b commit f6756c0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

articles/virtual-machines/windows/proximity-placement-groups-portal.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ A proximity placement group is a logical grouping used to make sure that Azure c
2828
1. In the **Proximity placement groups** page, select **Add**.
2929
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected.
3030
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
3132
1. In **Region** select the location where you want the proximity placement group to be created.
3233
1. In **Proximity placement group name** type a name and then select **Review + create**.
3334
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
4647
1. After it passes validation, select **Create** to deploy the VM in the placement group.
4748

4849

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
4953

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
5074

5175
## Next steps
5276

0 commit comments

Comments
 (0)