Skip to content

Commit feef29f

Browse files
author
Cynthia Nottingham
committed
adding linux
1 parent c43c43f commit feef29f

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

articles/virtual-machines/linux/dedicated-hosts-portal.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,26 @@ This article guides you through how to create an Azure [dedicated host](dedicate
3838

3939
It will take a few minutes for your VM to be deployed.
4040

41+
## Add an existing VM
42+
43+
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:
44+
45+
- 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.
46+
- The VM needs to be located in same region as the dedicated host.
47+
- 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)
48+
- The VM can't be in an availability set.
49+
- The VM can't be in an availability zone.
50+
51+
Move the VM to a dedicated host using the [portal](https://portal.azure.com).
52+
53+
1. Open the page for the VM.
54+
1. Select **Stop** to stop\deallocate the VM.
55+
1. Select **Configuration** from the left menu.
56+
1. Select a host group and a host from the drop-down menus.
57+
1. When you are done, select **Save** at the top of the page.
58+
1. After the VM has been added to the host, select **Overview** from the left menu.
59+
1. At the top of the page, select **Start** to restart the VM.
60+
4161
## Next steps
4262

4363
- For more information, see the [Dedicated hosts](dedicated-hosts.md) overview.

articles/virtual-machines/windows/dedicated-hosts-portal.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ You can add an exiting VM to a dedicated host, but the VM must first be Stop\Dea
4646
Move the VM to a dedicated host using the [portal](https://portal.azure.com).
4747

4848
1. Open the page for the VM.
49-
1. Find the configuration tab on the VM Blade.
50-
1. Select host group and the host.
51-
1. Click Save.
49+
1. Select **Stop** to stop\deallocate the VM.
50+
1. Select **Configuration** from the left menu.
51+
1. Select a host group and a host from the drop-down menus.
52+
1. When you are done, select **Save** at the top of the page.
53+
1. After the VM has been added to the host, select **Overview** from the left menu.
54+
1. At the top of the page, select **Start** to restart the VM.
5255

5356
## Next steps
5457

0 commit comments

Comments
 (0)