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
+28-2Lines changed: 28 additions & 2 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,14 +16,19 @@ 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
+
> [!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
+
>
19
24
20
25
## Create the proximity placement group
21
26
22
27
1. Type **proximity placement group** in the search.
23
28
1. Under **Services** in the search results, select **Proximity placement groups**.
24
29
1. In the **Proximity placement groups** page, select **Add**.
25
30
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.
27
32
1. In **Region** select the location where you want the proximity placement group to be created.
28
33
1. In **Proximity placement group name** type a name and then select **Review + create**.
29
34
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
42
47
1. After it passes validation, select **Create** to deploy the VM in the placement group.
43
48
44
49
50
+
## Add VMs in an availability set to a proximity placement group
45
51
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.
0 commit comments