Skip to content

Commit 0dd9fd9

Browse files
Merge pull request #222152 from ankitaduttaMSFT/RM-correction
corrections
2 parents ad2edd3 + f0089f1 commit 0dd9fd9

File tree

4 files changed

+16
-46
lines changed

4 files changed

+16
-46
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ To prepare to move the source resource group, do the following:
289289

290290
> [!NOTE]
291291
> 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":::
294293
295294
## Prepare resources to move
296295

@@ -308,8 +307,7 @@ Now that the encryption resources and the source resource group are moved, you c
308307

309308
> [!NOTE]
310309
> 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":::
313311
314312

315313
## Initiate the move
@@ -324,10 +322,10 @@ Now that you've prepared the resources prepared, you can initiate the move.
324322
- Resource Mover re-creates other resources by using the prepared ARM templates. There's usually no downtime.
325323
- After you've moved the resources, their status changes to *Commit move pending*.
326324

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

329327

330-
## Manage the move
328+
## Discard or commit the move
331329

332330
After the initial move, you can decide whether to commit the move or discard it.
333331

@@ -363,8 +361,6 @@ To complete the move process, you commit the move by doing the following:
363361
> - The commit process doesn't affect the source networking resources.
364362
> - After you've committed the move, the resource statuses change to *Delete source pending*.
365363
366-
367-
368364
## Configure settings after the move
369365

370366
You can configure the following settings after the move process:

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: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,20 @@ author: ankitaduttaMSFT
55
manager: evansma
66
ms.service: resource-mover
77
ms.topic: tutorial
8-
ms.date: 12/16/2022
8+
ms.date: 12/21/2022
99
ms.author: ankitadutta
1010
ms.custom: mvc, engagement-fy23
1111
#Customer intent: As an Azure admin, I want to move SQL Server databases to a different Azure region.
1212
---
1313

14-
# Tutorial: Move Azure SQL Database resources to another region
14+
# Move Azure SQL Database resources to another region
1515

1616
In this tutorial, you learn how to move Azure SQL databases and elastic pools to a different Azure region, using [Azure Resource Mover](overview.md).
1717

1818
In this tutorial, you learn how to:
1919

2020
> [!div class="checklist"]
21-
> * Check prerequisites and requirements.
22-
> * Select the resources you want to move.
23-
> * Resolve resource dependencies.
24-
> * Prepare and move the SQL Server to the target region.
25-
> * Prepare and move databases and elastic pools.
26-
> * Decide whether you want to discard or commit the move.
27-
> * Optionally remove resources in the source region after the move.
21+
> * Move Azure SQL databases and elastic pools to a different Azure region
2822
2923
> [!NOTE]
3024
> Tutorials show the quickest path for trying out a scenario, and use default options.
@@ -279,10 +273,4 @@ After the move, you can optionally delete resources in the source region.
279273

280274
## Next steps
281275

282-
In this tutorial, you:
283-
284-
> [!div class="checklist"]
285-
> * Moved Azure SQL databases to another Azure region.
286-
> * Moved Azure SQL elastic pools to another region.
287-
288-
Now, try [moving Azure VMs to another region](./tutorial-move-region-virtual-machines.md).
276+
[Learn more](./tutorial-move-region-virtual-machines.md) about moving Azure VMs to another region.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ With resources prepared, you can now initiate the move. To start the move, follo
200200
> :::image type="content" source="./media/tutorial-move-region-virtual-machines/delete-source-pending.png" alt-text="Screenshot displays page showing resources in *Delete source pending* state." lightbox="./media/tutorial-move-region-virtual-machines/delete-source-pending.png":::
201201
202202

203-
## Manage the move
203+
## Commit or discard the move
204204

205205
After the initial move, you can decide if you want to commit the move or discard it.
206206

@@ -235,8 +235,7 @@ If you want to complete the move process, commit the move. To commit the move, f
235235
> - After committing the move, VMs stop replicating. The source VM isn't impacted by the commit.
236236
> - Commit doesn't impact source networking resources.
237237
> - After committing the move, resources are in a *Delete source pending* state.
238-
239-
:::image type="content" source="./media/tutorial-move-region-virtual-machines/delete-source-pending.png" alt-text="Screenshot displays page showing resources in *Delete source pending* state." lightbox="./media/tutorial-move-region-virtual-machines/delete-source-pending.png":::
238+
> :::image type="content" source="./media/tutorial-move-region-virtual-machines/delete-source-pending.png" alt-text="Screenshot displays page showing resources in *Delete source pending* state." lightbox="./media/tutorial-move-region-virtual-machines/delete-source-pending.png":::
240239
241240

242241
## Configure settings after the move

0 commit comments

Comments
 (0)