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
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: cynthn
5
5
ms.service: virtual-machines
6
6
ms.topic: how-to
7
7
ms.workload: infrastructure-services
8
-
ms.date: 10/30/2019
8
+
ms.date: 04/24/2020
9
9
ms.author: cynthn
10
10
11
11
---
@@ -16,7 +16,9 @@ To get VMs as close as possible, achieving the lowest possible latency, you shou
16
16
17
17
A proximity placement group is a logical grouping used to make sure that Azure compute resources are physically located close to each other. Proximity placement groups are useful for workloads where low latency is a requirement.
18
18
19
-
Proximity placement groups cannot be used with dedicated hosts.
19
+
> [!NOTE]
20
+
> Proximity placement groups cannot be used with dedicated hosts.
21
+
>
20
22
21
23
## Create the proximity placement group
22
24
@@ -55,24 +57,25 @@ You can also add an existing VM to a proximity placement group.
55
57
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
58
57
59
58
-
59
-
60
60
## Add VMs existing in an AV set into a proximity placement group
61
61
62
62
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.
63
63
64
-
1. Stop\deallocate all the VMs in the availability set.
65
-
1. Go to Availability set configuration
66
-
1. Select the Placement group and click save
67
-
1. Start the VMs
68
-
this will add the availability set along with all its VM into the Placement group.
69
-
70
-
## Add Existing VM to Placement Group
71
-
1. Stop (Deallocate) the VM
72
-
1. Go to the VM Configuration Blade
73
-
1. Select the Placement Group and Click on Save
74
-
1. Start the VMs
75
-
This will add the Existing VM into a Placement group
64
+
1. In the [portal](https://portal.azure.com) search for *Availability sets* and select your availability set from the results.
65
+
1.
66
+
1. Stop\deallocate each VM in the availability set by selecting the VM, then selecting **Stop** on the page for the VM, and then select **OK** to stop the VM.
67
+
1. On the page for your availability set, make sure all of the VMs have the **Status** listed as **Stopped (deallocated)**.
68
+
1. In the left menu, select **Configuration**.
69
+
1. Under **Proximity placement group**, select a placement group from the drop-down, and then select **Save**.
70
+
1. Select **Overview** from the left menu to see the list of VMs again.
71
+
1. Select each VM in the availability set, and then select **Start** on the page for each VM.
72
+
73
+
74
+
## Add existing VM to placement group
75
+
1. On the page for the VM, select **Stop**.
76
+
1. Once the status of the VM is listed as **Stopped (deallocated)**, select **Configuration** on the left menu.
77
+
1. Under **Proximity placement group**, select a placement group from the drop-down, and then select **Save**.
78
+
1. Select **Overview** from the left menu, then select **Start** to restart the VM.
0 commit comments