Skip to content

Commit f0089f1

Browse files
author
Ankita Dutta
committed
corrections
1 parent 0933bc3 commit f0089f1

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

articles/resource-mover/tutorial-move-region-encrypted-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Now that you've prepared the resources prepared, you can initiate the move.
325325
:::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" :::
326326

327327

328-
## Discard or Commit the move
328+
## Discard or commit the move
329329

330330
After the initial move, you can decide whether to commit the move or discard it.
331331

articles/resource-mover/tutorial-move-region-powershell.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,15 @@ This article explains how to move Azure resources to a different Azure region, u
1717
In this tutorial, you learn how to:
1818

1919
> [!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
2721
2822
> [!NOTE]
2923
> Tutorials show the quickest path for trying out a scenario and use default options.
3024
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-
3325
## Prerequisites
3426

27+
Verify the following requirements:
28+
3529
| Requirement | Description |
3630
| --- | --- |
3731
| **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:
7165

7266
## Sign in to Azure
7367

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+
7470
Sign in to your Azure subscription with the Connect-AzAccount cmdlet:
7571

7672
```azurepowershell-interactive
@@ -425,13 +421,4 @@ After committing the move, and verifying that resources work as expected in the
425421
426422
## Next steps
427423
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.

articles/resource-mover/tutorial-move-region-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ To prepare a database for the move, follow these steps:
202202

203203
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.
204204

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":::
206206

207207
## Move databases
208208

0 commit comments

Comments
 (0)