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
#Customer intent: As an Azure admin, I want to move Azure VMs to a different Azure region using Azure Resource Mover.
11
11
---
12
-
13
12
# Move Azure VMs across regions
14
13
15
14
This tutorial shows you how to move Azure VMs and related network/storage resources to a different Azure region using [Azure Resource Mover](overview.md).
16
15
17
-
Azure Resource Mover helps you move Azure resources between Azure regions. You might move your resources to another region for many reasons. For example, to take advantage of a new Azure region, to deploy features or services available in specific regions only, to meet internal policy and governance requirements, or in response to capacity planning requirements.
16
+
Azure Resource Mover(ARM) helps you move Azure resources between Azure regions. You might move your resources to another region for many reasons. For example, to take advantage of a new Azure region, to deploy features or services available in specific regions only, to meet internal policy and governance requirements, or in response to capacity planning requirements.
18
17
19
18
> [!NOTE]
20
19
> You can now use Azure Resource Mover to move Azure resources between Azure subscription & region in one attempt. You can use this functionality to organize your resources or simplify billing mechanisms.
21
20
22
21
In this tutorial, you learn how to:
23
22
24
23
> [!div class="checklist"]
25
-
> * Move Azure VMs to another subscription and region with Azure Resource Mover.
24
+
> * Move Azure VMs to another subscription and region with ARM.
26
25
> * Move resources associated with VMs to another subscription and region.
27
26
28
27
> [!NOTE]
29
-
> Tutorials show the quickest path for trying out a scenario, and use default options where possible.
30
-
31
-
## Sign in to Azure
32
-
33
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin and sign in to the [Azure portal](https://portal.azure.com).
28
+
> Tutorials show the quickest path for trying out a scenario, and use default options where possible.
34
29
35
30
## Prerequisites
36
31
@@ -46,7 +41,7 @@ Before you begin, verify the following:
46
41
47
42
## Prepare VMs
48
43
49
-
To prepare VMs for the move, follow these steps:
44
+
Sign in to the [Azure portal](https://portal.azure.com) to prepare VMs for the move, and follow these steps:
50
45
51
46
1. After checking that VMs meet the requirements, ensure that the VMs you want to move are turned on. All VMs disks that you want to be available in the destination region must be attached and initialized in the VM.
52
47
1. Ensure that VMs have the latest trusted root certificates and an updated certificate revocation list (CRL). To do this:
@@ -66,7 +61,7 @@ To select the resources you want to move, follow these steps:
66
61
67
62
:::image type="content" source="./media/tutorial-move-region-virtual-machines/search.png" alt-text="Screenshot displays search results for resource mover in the Azure portal." lightbox="./media/tutorial-move-region-virtual-machines/search.png":::
68
63
69
-
2. In **Overview** pane, select **Get Started**.
64
+
2. In **Overview** pane, select **Get Started** and click on **Move across regions**.
70
65
71
66
:::image type="content" source="./media/tutorial-move-region-virtual-machines/get-started.png" alt-text="Screenshot displays button to add resources to move to another region." lightbox="./media/tutorial-move-region-virtual-machines/get-started.png":::
0 commit comments