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/linux/dedicated-hosts-portal.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ description: Deploy VMs to dedicated hosts using the Azure portal.
4
4
author: cynthn
5
5
ms.service: virtual-machines
6
6
ms.topic: article
7
-
ms.date: 01/09/2020
7
+
ms.workload: infrastructure
8
+
ms.date: 03/10/2020
8
9
ms.author: cynthn
9
10
10
11
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
@@ -36,6 +37,26 @@ This article guides you through how to create an Azure [dedicated host](dedicate
36
37
37
38
It will take a few minutes for your VM to be deployed.
38
39
40
+
## Add an existing VM
41
+
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
+
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
+
- If the VM is in an availability zone, it must be the same availability zone as the host group. The availability zone settings for the VM and the host group must match.
49
+
50
+
Move the VM to a dedicated host using the [portal](https://portal.azure.com).
51
+
52
+
1. Open the page for the VM.
53
+
1. Select **Stop** to stop\deallocate the VM.
54
+
1. Select **Configuration** from the left menu.
55
+
1. Select a host group and a host from the drop-down menus.
56
+
1. When you are done, select **Save** at the top of the page.
57
+
1. After the VM has been added to the host, select **Overview** from the left menu.
58
+
1. At the top of the page, select **Start** to restart the VM.
59
+
39
60
## Next steps
40
61
41
62
- For more information, see the [Dedicated hosts](dedicated-hosts.md) overview.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/dedicated-hosts-portal.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,11 @@
1
1
---
2
-
title: Deploy Azure dedicated hosts using the Azure portal
3
-
description: Deploy VMs to dedicated hosts using the Azure portal.
4
-
services: virtual-machines-windows
2
+
title: Deploy Azure dedicated hosts using the portal
3
+
description: Deploy VMs to dedicated hosts using the portal.
5
4
author: cynthn
6
-
manager: gwallace
7
-
editor: tysonn
8
-
tags: azure-resource-manager
9
5
ms.service: virtual-machines-windows
10
6
ms.topic: article
11
-
ms.tgt_pltfrm: vm-windows
12
7
ms.workload: infrastructure
13
-
ms.date: 07/26/2019
8
+
ms.date: 03/10/2020
14
9
ms.author: cynthn
15
10
16
11
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
@@ -37,11 +32,30 @@ This article guides you through how to create an Azure [dedicated host](dedicate
37
32
1. Leave the remaining defaults and then select the **Review + create** button at the bottom of the page.
38
33
1. When you see the message that validation has passed, select **Create**.
39
34
35
+
## Add an existing VM
36
+
37
+
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:
38
+
39
+
- 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.
40
+
- The VM needs to be located in same region as the dedicated host.
41
+
- 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)
42
+
- The VM can't be in an availability set.
43
+
- If the VM is in an availability zone, it must be the same availability zone as the host group. The availability zone settings for the VM and the host group must match.
44
+
45
+
Move the VM to a dedicated host using the [portal](https://portal.azure.com).
46
+
47
+
1. Open the page for the VM.
48
+
1. Select **Stop** to stop\deallocate the VM.
49
+
1. Select **Configuration** from the left menu.
50
+
1. Select a host group and a host from the drop-down menus.
51
+
1. When you are done, select **Save** at the top of the page.
52
+
1. After the VM has been added to the host, select **Overview** from the left menu.
53
+
1. At the top of the page, select **Start** to restart the VM.
40
54
41
55
## Next steps
42
56
43
57
- For more information, see the [Dedicated hosts](dedicated-hosts.md) overview.
44
58
45
59
- There is sample template, found [here](https://github.com/Azure/azure-quickstart-templates/blob/master/201-vm-dedicated-hosts/README.md), that uses both zones and fault domains for maximum resiliency in a region.
46
60
47
-
- You can also deploy a dedicated host using [Azure PowerShell](dedicated-hosts-powershell.md).
61
+
- You can also deploy a dedicated host using [Azure PowerShell](dedicated-hosts-powershell.md).
Copy file name to clipboardExpand all lines: includes/virtual-machines-common-dedicated-hosts-portal.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
author: cynthn
6
6
ms.service: virtual-machines
7
7
ms.topic: include
8
-
ms.date: 01/09/2020
8
+
ms.date: 03/10/2020
9
9
ms.author: cynthn
10
10
ms.custom: include file
11
11
---
@@ -31,8 +31,6 @@ In this example, we will create a host group using 1 availability zone and 2 fau
31
31
1. Open the Azure [portal](https://portal.azure.com).
32
32
1. Select **Create a resource** in the upper left corner.
33
33
1. Search for **Host group** and then select **Host Groups** from the results.
34
-
35
-

36
34
1. In the **Host Groups** page, select **Create**.
37
35
1. Select the subscription you would like to use, and then select **Create new** to create a new resource group.
38
36
1. Type *myDedicatedHostsRG* as the **Name** and then select **OK**.
@@ -41,8 +39,6 @@ In this example, we will create a host group using 1 availability zone and 2 fau
41
39
1. For **Availability Zone**, select **1**.
42
40
1. For **Fault domain count**, select **2**.
43
41
1. Select **Review + create** and then wait for validation.
44
-
45
-

46
42
1. Once you see the **Validation passed** message, select **Create** to create the host group.
47
43
48
44
It should only take a few moments to create the host group.
@@ -57,16 +53,12 @@ If you set a fault domain count for your host group, you will be asked to specif
57
53
58
54
1. Select **Create a resource** in the upper left corner.
59
55
1. Search for **Dedicated host** and then select **Dedicated hosts** from the results.
60
-
61
-

62
56
1. In the **Dedicated Hosts** page, select **Create**.
63
57
1. Select the subscription you would like to use.
64
58
1. Select *myDedicatedHostsRG* as the **Resource group**.
65
59
1. In **Instance details**, type *myHost* for the **Name** and select *East US* for the location.
66
-
1. In **Hardware profile**, select *Standard Es3 family - Type 1* for the **Size family**, select *myHostGrup* for the **Host group** and then select *1* for the **Fault domain**. Leave the defaults for the rest of the fields.
60
+
1. In **Hardware profile**, select *Standard Es3 family - Type 1* for the **Size family**, select *myHostGroup* for the **Host group** and then select *1* for the **Fault domain**. Leave the defaults for the rest of the fields.
67
61
1. When you are done, select **Review + create** and wait for validation.
0 commit comments