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/dedicated-hosts-portal.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,18 +37,17 @@ This article guides you through how to create an Azure [dedicated host](dedicate
37
37
1. Leave the remaining defaults and then select the **Review + create** button at the bottom of the page.
38
38
1. When you see the message that validation has passed, select **Create**.
39
39
40
-
###Add an existing VM to Azure Dedicated host
40
+
##Add an existing VM
41
41
42
-
#Prerequisite
42
+
You can add an exiting VM to a dedicated host, but the VM must first be Stop\Deallocated. Before you move a VM to a dedicated host, make sure that the VM configuration is supported:
43
43
44
-
1. We need to make sure that the VM SKU is compatible with the host configuration i.e. if you’re using a DSv3_Type host , then the VM should be of the Same SKU .
45
-
1. The VM and the Host should be in the same Region
46
-
1. The VM should be stopped and Deallocated
47
-
1. The VM Should not be part of a Placement group
48
-
1. The VM Should not be part of an Availability Set/zone
49
-
1. We can achieve this via the Portal
44
+
- The VM size must be in the same size family as the dedicated host. For example, if your dedicated host is DSv3, then the VM size could be Standard_D4s_v3, but it could not be a Standard_A4_v2.
45
+
- The VM needs to be located in same region as the dedicated host.
46
+
- The VM can't be part of a proximity placement group. Remove the VM from the proximity placement group before moving it to a dedicated host. For more information, see [Move a VM out of a proximity placement group](https://docs.microsoft.com/azure/virtual-machines/windows/proximity-placement-groups#move-an-existing-vm-out-of-a-proximity-placement-group)
47
+
- The VM can't be in an availability set.
48
+
- The VM can't be in an availability zone.
50
49
51
-
Portal
50
+
Move the VM to a dedicated host using the [portal](https://portal.azure.com).
52
51
53
52
1. Once these prerequisite are met browse to the VM.
0 commit comments