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/resource-mover/tutorial-move-region-encrypted-virtual-machines.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,8 +289,7 @@ To prepare to move the source resource group, do the following:
289
289
290
290
> [!NOTE]
291
291
> After you've committed the move, the source resource group status changes to *Delete source pending*.
292
-
293
-
:::image type="content" source="./media/tutorial-move-region-encrypted-virtual-machines/resource-group-delete-move-pending.png" alt-text="Screenshot of the source resource group showing the status changed to 'Delete source pending'." lightbox="./media/tutorial-move-region-encrypted-virtual-machines/resource-group-delete-move-pending.png":::
292
+
> :::image type="content" source="./media/tutorial-move-region-encrypted-virtual-machines/resource-group-delete-move-pending.png" alt-text="Screenshot of the source resource group showing the status changed to 'Delete source pending'." lightbox="./media/tutorial-move-region-encrypted-virtual-machines/resource-group-delete-move-pending.png":::
294
293
295
294
## Prepare resources to move
296
295
@@ -308,8 +307,7 @@ Now that the encryption resources and the source resource group are moved, you c
308
307
309
308
> [!NOTE]
310
309
> After you've prepared the resources, their status changes to *Initiate move pending*.
311
-
312
-
:::image type="content" source="./media/tutorial-move-region-encrypted-virtual-machines/resources-initiate-move-pending.png" alt-text="Screenshot of the 'Prepare resources' pane, showing the resources in 'Initiate move pending' status." lightbox="./media/tutorial-move-region-encrypted-virtual-machines/resources-initiate-move-pending.png":::
310
+
> :::image type="content" source="./media/tutorial-move-region-encrypted-virtual-machines/resources-initiate-move-pending.png" alt-text="Screenshot of the 'Prepare resources' pane, showing the resources in 'Initiate move pending' status." lightbox="./media/tutorial-move-region-encrypted-virtual-machines/resources-initiate-move-pending.png":::
313
311
314
312
315
313
## Initiate the move
@@ -324,10 +322,10 @@ Now that you've prepared the resources prepared, you can initiate the move.
324
322
- Resource Mover re-creates other resources by using the prepared ARM templates. There's usually no downtime.
325
323
- After you've moved the resources, their status changes to *Commit move pending*.
326
324
327
-
:::image type="content" source="./media/tutorial-move-region-encrypted-virtual-machines/resources-commit-move-pending.png" alt-text="Screenshot of a list of resources with a 'Commit move pending' status." lightbox="./media/tutorial-move-region-encrypted-virtual-machines/resources-commit-move-pending.png" :::
325
+
:::image type="content" source="./media/tutorial-move-region-encrypted-virtual-machines/resources-commit-move-pending.png" alt-text="Screenshot of a list of resources with a 'Commit move pending' status." lightbox="./media/tutorial-move-region-encrypted-virtual-machines/resources-commit-move-pending.png" :::
328
326
329
327
330
-
## Manage the move
328
+
## Discard or commit the move
331
329
332
330
After the initial move, you can decide whether to commit the move or discard it.
333
331
@@ -363,8 +361,6 @@ To complete the move process, you commit the move by doing the following:
363
361
> - The commit process doesn't affect the source networking resources.
364
362
> - After you've committed the move, the resource statuses change to *Delete source pending*.
365
363
366
-
367
-
368
364
## Configure settings after the move
369
365
370
366
You can configure the following settings after the move process:
Copy file name to clipboardExpand all lines: articles/resource-mover/tutorial-move-region-powershell.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,15 @@ This article explains how to move Azure resources to a different Azure region, u
17
17
In this tutorial, you learn how to:
18
18
19
19
> [!div class="checklist"]
20
-
> * Check prerequisites and requirements.
21
-
> * Set up the move collection.
22
-
> * Add resources to the move collection, and resolve dependencies.
23
-
> * Prepare and move the source resource group.
24
-
> * Prepare and move the other resources.
25
-
> * Decide whether you want to discard or commit the move.
26
-
> * Optionally remove resources in the source region after the move.
20
+
> * Move Azure resources to a different Azure region
27
21
28
22
> [!NOTE]
29
23
> Tutorials show the quickest path for trying out a scenario and use default options.
30
24
31
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin. Then sign in to the [Azure portal](https://portal.azure.com).
32
-
33
25
## Prerequisites
34
26
27
+
Verify the following requirements:
28
+
35
29
| Requirement | Description |
36
30
| --- | --- |
37
31
|**Subscription permissions**| Check you have *Owner* access on the subscription containing the resources that you want to move<br/><br/> **Why do I need Owner access?** The first time you add a resource for a specific source and destination pair in an Azure subscription, Resource Mover creates a [system-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types) (formerly known as Managed Service Identify (MSI)) that's trusted by the subscription. To create the identity, and to assign it the required role (Contributor or User Access administrator in the source subscription), the account you use to add resources needs *Owner* permissions on the subscription. [Learn more](../role-based-access-control/rbac-and-directory-admin-roles.md#azure-roles) about Azure roles. |
@@ -71,6 +65,8 @@ We're using these values in our script examples:
71
65
72
66
## Sign in to Azure
73
67
68
+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin. Then sign in to the [Azure portal](https://portal.azure.com).
69
+
74
70
Sign in to your Azure subscription with the Connect-AzAccount cmdlet:
75
71
76
72
```azurepowershell-interactive
@@ -425,13 +421,4 @@ After committing the move, and verifying that resources work as expected in the
425
421
426
422
## Next steps
427
423
428
-
In this tutorial, you:
429
-
430
-
> [!div class="checklist"]
431
-
> * Moved Azure VMs to another Azure region using PowerShell.
432
-
> * Moved resources associated with VMs to another region.
433
-
434
-
Now, try moving Azure VMs using the portal:
435
-
436
-
> [!div class="nextstepaction"]
437
-
> [Move Azure VMs in the portal](./tutorial-move-region-virtual-machines.md)
424
+
[Learn more](./tutorial-move-region-virtual-machines.md) about move Azure VMs in the portal.
0 commit comments