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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ Now that you've prepared the resources prepared, you can initiate the move.
325
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" :::
326
326
327
327
328
-
## Discard or Commit the move
328
+
## Discard or commit the move
329
329
330
330
After the initial move, you can decide whether to commit the move or discard it.
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.
Copy file name to clipboardExpand all lines: articles/resource-mover/tutorial-move-region-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ To prepare a database for the move, follow these steps:
202
202
203
203
During the prepare stage, the target database is created in the target region and the data replication starts. After Prepare, the database is in an *Initiate move pending* state.
204
204
205
-
:::image type="content" source="./media/tutorial-move-region-sql/initiate-move-pending.png" alt-text="Screenshot displays button to prepare the selected database in the elastic pool." lightbox="./media/tutorial-move-region-sql/initiate-move-pending.png":::
205
+
:::image type="content" source="./media/tutorial-move-region-sql/initiate-move-pending.png" alt-text="Screenshot displays button to prepare the selected database in the elastic pool." lightbox="./media/tutorial-move-region-sql/initiate-move-pending.png":::
0 commit comments