Skip to content

Commit b7dbdde

Browse files
authored
Merge pull request #112727 from cynthn/52963
Fixing public PR #52963
2 parents d8e884e + c3aed6d commit b7dbdde

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

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

Lines changed: 28 additions & 2 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,14 +16,19 @@ 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+
> [!NOTE]
20+
> Proximity placement groups cannot be used with dedicated hosts.
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+
>
1924
2025
## Create the proximity placement group
2126

2227
1. Type **proximity placement group** in the search.
2328
1. Under **Services** in the search results, select **Proximity placement groups**.
2429
1. In the **Proximity placement groups** page, select **Add**.
2530
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected.
26-
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. In **Resource group** either select **Create new** to create a new group or select an empty resource group that already exists, from the drop-down.
2732
1. In **Region** select the location where you want the proximity placement group to be created.
2833
1. In **Proximity placement group name** type a name and then select **Review + create**.
2934
1. After validation passes, select **Create** to create the proximity placement group.
@@ -42,7 +47,28 @@ A proximity placement group is a logical grouping used to make sure that Azure c
4247
1. After it passes validation, select **Create** to deploy the VM in the placement group.
4348

4449

50+
## Add VMs in an availability set to a proximity placement group
4551

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.
53+
54+
1. In the [portal](https://portal.azure.com) search for *Availability sets* and select your availability set from the results.
55+
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.
56+
1. On the page for your availability set, make sure all of the VMs have the **Status** listed as **Stopped (deallocated)**.
57+
1. In the left menu, select **Configuration**.
58+
1. Under **Proximity placement group**, select a placement group from the drop-down, and then select **Save**.
59+
1. Select **Overview** from the left menu to see the list of VMs again.
60+
1. Select each VM in the availability set, and then select **Start** on the page for each VM.
61+
62+
63+
## Add existing VM to placement group
64+
65+
66+
1. On the page for the VM, select **Stop**.
67+
1. Once the status of the VM is listed as **Stopped (deallocated)**, select **Configuration** on the left menu.
68+
1. Under **Proximity placement group**, select a placement group from the drop-down, and then select **Save**.
69+
1. Select **Overview** from the left menu, then select **Start** to restart the VM.
70+
71+
4672

4773
## Next steps
4874

0 commit comments

Comments
 (0)