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/common-questions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: ankitaduttaMSFT
5
5
ms.service: resource-mover
6
6
ms.custom: engagement-fy23, UpdateFrequency.5
@@ -34,18 +34,18 @@ Azure Resource Mover is currently available as follows:
34
34
35
35
Using Resource Mover, you can currently move the following resources across regions:
36
36
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
39
39
- Availability sets
40
40
- 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)
42
42
- Network security groups (NSGs)
43
43
- Internal and public load balancers
44
44
- Azure SQL databases and elastic pools
45
45
46
46
### Can I move disks across regions?
47
47
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.
49
49
50
50
### How can I move my resources across subscription?
51
51
@@ -67,7 +67,7 @@ No. Resource Mover service doesn't store customer data, it only stores metadata
67
67
68
68
### Where is the metadata for moving across regions stored?
69
69
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.
71
71
72
72
### Is the collected metadata encrypted?
73
73
@@ -113,7 +113,7 @@ Change the source/target combinations as needed using the change option in the p
113
113
114
114
### What happens when I remove a resource from a list of move resources?
115
115
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).
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.
4
4
author: ankitaduttaMSFT
5
5
ms.service: resource-mover
6
6
ms.topic: how-to
@@ -9,18 +9,18 @@ ms.author: ankitadutta
9
9
ms.custom: engagement-fy23
10
10
---
11
11
12
-
# Manage resources created for the VM move
12
+
# Manage resources created for the virtual machine move
13
13
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.
15
15
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.
17
17
18
-
## Delete resources created for VM move
18
+
## Delete resources created for virtual machine move
19
19
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.
21
21
22
22
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.
24
24
2. Delete these resources.
25
25
26
26
- 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
29
29
30
30
## Next steps
31
31
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.
0 commit comments