Skip to content

Commit 88c8e19

Browse files
authored
Merge pull request #270636 from ankitaduttaMSFT/mf
RM content refresher
2 parents 947bd04 + 5184824 commit 88c8e19

18 files changed

+44
-44
lines changed

articles/resource-mover/about-move-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the process for moving resources across regions with Az
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: overview
7-
ms.date: 02/02/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99
ms.custom: UpdateFrequency.5
1010
#Customer intent: As an Azure admin, I want to understand how Azure Resource Mover works.

articles/resource-mover/common-questions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Common questions about Azure Resource Mover?
3-
description: Get answers to common questions about Azure Resource Mover
3+
description: Get answers to common questions about Azure Resource Mover.
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.custom: engagement-fy23, UpdateFrequency.5
77
ms.topic: conceptual
8-
ms.date: 10/12/2023
8+
ms.date: 03/29/2024
99
ms.author: ankitadutta
1010
---
1111

@@ -34,18 +34,18 @@ Azure Resource Mover is currently available as follows:
3434

3535
Using Resource Mover, you can currently move the following resources across regions:
3636

37-
- Azure VMs and associated disks (Azure Spot VMs are not currently supported)
38-
- NICs
37+
- Azure virtual machines and associated disks (Azure Spot virtual machines are not currently supported)
38+
- Network Interface Cards
3939
- Availability sets
4040
- Azure virtual networks
41-
- Public IP addresses (Public IP will not be retained across Azure region)
41+
- Public IP addresses (Public IP are be retained across Azure region)
4242
- Network security groups (NSGs)
4343
- Internal and public load balancers
4444
- Azure SQL databases and elastic pools
4545

4646
### Can I move disks across regions?
4747

48-
You can't select disks as resources to the moved across regions. However, disks are moved as part of a VM move.
48+
You can't select disks as resources to the moved across regions. However, disks are moved as part of a virtual machine move.
4949

5050
### How can I move my resources across subscription?
5151

@@ -67,7 +67,7 @@ No. Resource Mover service doesn't store customer data, it only stores metadata
6767

6868
### Where is the metadata for moving across regions stored?
6969

70-
It's stored in an [Azure Cosmos DB](../cosmos-db/database-encryption-at-rest.md) database, and in [Azure Blob storage](../storage/common/storage-service-encryption.md), in a Microsoft subscription. Currently, metadata is stored in East US 2 and North Europe. We will expand this coverage to other regions. This doesn't restrict you from moving resources across any public region.
70+
It's stored in an [Azure Cosmos DB](../cosmos-db/database-encryption-at-rest.md) database, and in [Azure Blob storage](../storage/common/storage-service-encryption.md), in a Microsoft subscription. Currently, metadata is stored in East US 2 and North Europe. We plan to expand this coverage to other regions. This doesn't restrict you from moving resources across any public region.
7171

7272
### Is the collected metadata encrypted?
7373

@@ -113,7 +113,7 @@ Change the source/target combinations as needed using the change option in the p
113113

114114
### What happens when I remove a resource from a list of move resources?
115115

116-
You can remove resources that you've added to the move list. The exact remove behavior depends on the resource state. [Learn more](remove-move-resources.md#vm-resource-state-after-removing).
116+
You can remove resources that you added to the move list. The exact remove behavior depends on the resource state. [Learn more](remove-move-resources.md#vm-resource-state-after-removing).
117117

118118

119119
## Next steps
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: Manage resources that are created during the VM move process in Azure Resource Mover
3-
description: Learn how to manage resources that are created during the VM move process in Azure Resource Mover
2+
title: Manage resources that are created during the virtual machine move process in Azure Resource Mover
3+
description: Learn how to manage resources that are created during the virtual machine move process in Azure Resource Mover.
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: how-to
7-
ms.date: 10/31/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99
ms.custom: engagement-fy23
1010
---
1111

12-
# Manage resources created for the VM move
12+
# Manage resources created for the virtual machine move
1313

14-
This article describes how to manage resources that are created explicitly by [Azure Resource Mover](overview.md) to facilitate the VM move process.
14+
This article describes how to manage resources that are created explicitly by [Azure Resource Mover](overview.md) to facilitate the virtual machine move process.
1515

16-
After moving VMs across regions, there are a number of resources created by Resource Mover that should be cleaned up manually.
16+
After moving virtual machines across regions, there are a number of resources created by Resource Mover that should be cleaned up manually.
1717

18-
## Delete resources created for VM move
18+
## Delete resources created for virtual machine move
1919

20-
Manually delete the move collection, and Site Recovery resources created for the VM move.
20+
Manually delete the move collection, and Site Recovery resources created for the virtual machine move.
2121

2222
1. Review the resources in resource group ```ResourceMoverRG-<sourceregion>-<target-region>-<metadataRegionShortName>```.
23-
2. Check that the VM and all other source resources in the move collection have been moved/deleted. This ensures that there are no pending resources using them.
23+
2. Check that the virtual machine and all other source resources in the move collection have been moved/deleted. This ensures that there are no pending resources using them.
2424
2. Delete these resources.
2525

2626
- The move collection name is ```movecollection-<sourceregion>-<target-region>-<metadata-region>```.
@@ -29,4 +29,4 @@ Manually delete the move collection, and Site Recovery resources created for the
2929

3030
## Next steps
3131

32-
Try [moving a VM](tutorial-move-region-virtual-machines.md) to another region with Resource Mover.
32+
Try [moving a virtual machine](tutorial-move-region-virtual-machines.md) to another region with Resource Mover.

articles/resource-mover/modify-target-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Learn how to modify destination settings when moving Azure VMs betw
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: how-to
7-
ms.date: 10/31/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99
ms.custom: engagement-fy23, UpdateFrequency2
10-
#Customer intent: As an Azure admin, I want to modify destination settings when moving resources to another region.
10+
#Customer intent: As an Azure admin, I want to modify destination settings when moving resources to another region using Azure Resource Mover.
1111

1212
---
1313
# Modify destination settings
@@ -91,7 +91,7 @@ When moving Azure SQL Database resources, you can modify the destination setting
9191

9292
### Edit SQL destination settings
9393

94-
You modify the destination settings for a Azure SQL Database resource as follows:
94+
You modify the destination settings for an Azure SQL Database resource as follows:
9595

9696
1. In **Across regions**, for the resource you want to modify, click the **Destination configuration** entry.
9797
2. In **Configuration settings**, specify the destination settings summarized in the table above.

articles/resource-mover/move-across-region-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Aarthi-Vijayaraghavan
55
manager: sutalasi
66
ms.service: resource-mover
77
ms.topic: how-to
8-
ms.date: 10/31/2023
8+
ms.date: 03/29/2024
99
ms.custom: engagement-fy23
1010
ms.author: AarthiV
1111
---
@@ -20,7 +20,7 @@ The **Move across region dashboard** page combines all monitoring information of
2020
[![Move across region dashboard tab](media\move-across-region-dashboard\move-across-region-dashboard-tab.png)](media\move-across-region-dashboard\move-across-region-dashboard-tab.png)
2121
2. The dashboard lists all the move combinations created by you. The following two sections are used to capture the status of your move across regions.
2222
In **Resources by move status**, monitor the percentage and number of resources in each state.
23-
In **Error Summary**, monitor the active errors that needs to be resolved before you can successfully move to the destination region.
23+
In **Error Summary**, monitor the active errors that need to be resolved before you can successfully move to the destination region.
2424
[![Status and issues section](media\move-across-region-dashboard\move-across-region-dashboard-status-issues.png)](media\move-across-region-dashboard\move-across-region-dashboard-status-issues.png)
2525
> [!NOTE]
2626
> Only the source-destination combinations that are already created in your chosen subscription would be listed in the dashboard.

articles/resource-mover/move-region-availability-zone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Learn how to move Azure VMs to availability zones with Azure Resour
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: how-to
7-
ms.date: 09/29/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99

10-
#Customer intent: As an Azure admin, I want to move Azure VMs to a different Azure region.
10+
#Customer intent: As an Azure admin, I want to move Azure VMs to a different Azure region using Azure Resource Mover.
1111

1212
---
1313
# Move Azure VMs to an availability zone in another region

articles/resource-mover/move-region-within-resource-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Learn how to move resources within a resource group to another regi
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: how-to
7-
ms.date: 02/10/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99

10-
#Customer intent: As an Azure admin, I want to move Azure resources to a different Azure region.
10+
#Customer intent: As an Azure admin, I want to move Azure resources to a different Azure region using Azure Resource Mover.
1111
---
1212

1313
# Move resources across regions (from resource group)

articles/resource-mover/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about Azure Resource Mover
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: overview
7-
ms.date: 02/02/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99
ms.custom: mvc, engagement-fy23, UpdateFrequency.5
1010

articles/resource-mover/remove-move-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to remove resources from a move collection in Azure Resou
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: how-to
7-
ms.date: 10/30/2023
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99
ms.custom:
1010
#Customer intent: As an Azure admin, I want remove resources I've added to a move collection.

articles/resource-mover/select-move-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Review options and tools for moving Azure resources across regions
44
author: ankitaduttaMSFT
55
ms.service: resource-mover
66
ms.topic: overview
7-
ms.date: 12/23/2022
7+
ms.date: 03/29/2024
88
ms.author: ankitadutta
99
ms.custom: mvc, engagement-fy23, UpdateFrequency.5
10-
#Customer intent: As an Azure admin, I need to compare tools for moving resources in Azure.
10+
#Customer intent: As an Azure admin, I need to compare tools for moving resources in Azure using Azure Resource Mover.
1111
---
1212

1313
# Choose a tool for moving Azure resources

0 commit comments

Comments
 (0)