Skip to content

Commit 5c25541

Browse files
author
Cynthia Nottingham
committed
fixes
1 parent 2e12069 commit 5c25541

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

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

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cynthn
55
ms.service: virtual-machines
66
ms.topic: how-to
77
ms.workload: infrastructure-services
8-
ms.date: 10/30/2019
8+
ms.date: 04/24/2020
99
ms.author: cynthn
1010

1111
---
@@ -16,7 +16,9 @@ To get VMs as close as possible, achieving the lowest possible latency, you shou
1616

1717
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.
1818

19-
Proximity placement groups cannot be used with dedicated hosts.
19+
> [!NOTE]
20+
> Proximity placement groups cannot be used with dedicated hosts.
21+
>
2022
2123
## Create the proximity placement group
2224

@@ -55,24 +57,25 @@ You can also add an existing VM to a proximity placement group.
5557
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
5658

5759

58-
59-
6060
## Add VMs existing in an AV set into a proximity placement group
6161

6262
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.
6363

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.
7679

7780
## Next steps
7881

0 commit comments

Comments
 (0)