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/azure-resource-manager/resource-group-move-region.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,34 +10,34 @@ ms.author: raynew
10
10
11
11
# Moving Azure resources across regions
12
12
13
-
This article provides background information about moving Azure resources across Azure regions.
13
+
This article provides information about moving Azure resources across Azure regions.
14
14
15
-
Azure operates in multiple [geographies](https://azure.microsoft.com/global-infrastructure/geographies/)around the world. Within geographies there are generally multiple [Azure regions](https://azure.microsoft.com/global-infrastructure/regions/). A region is an area within a geography, containing one or more data centers. You deploy Azure resource groups and resources, you deploy them within specific regions.
15
+
Azure geographies, regions, and Availability Zones form the foundation of the Azure global infrastructure. Azure [geographies](https://azure.microsoft.com/global-infrastructure/geographies/)typically contain two or more [Azure regions](https://azure.microsoft.com/global-infrastructure/regions/). A region is an area within a geography, containing Availability Zones, and multiple data centers.
16
16
17
-
There are a number of reasons you might want to move resources deployed in one region to a different region.
17
+
After deploying resources in specific Azure region, there are a number of reasons that you might want to move resources to a different region.
18
18
19
-
- Align to a region launch: Move your resources to a newly introduced Azure region that wasn't previously available.
20
-
- Align for services/features: Move resources to take advantage of services or features that are available in a specific region.
21
-
-Move in response to business developments: Move resources to another region in response to business changes such as mergers or acquisitions.
22
-
- Align for proximity: Move resources to a region local to your business.
23
-
- Meet data requirements: Move resources in order to align with data residency requirements, or data classification needs. [Learn more](https://azure.microsoft.com/mediahandler/files/resourcefiles/achieving-compliant-data-residency-and-security-with-azure/Achieving_Compliant_Data_Residency_and_Security_with_Azure.pdf).
24
-
- Respond to deployment requirements: Move resources that were deployed in error, or in response to capacity needs.
25
-
- Respond to decommissioning: Move resources in response to decommissioning of regions.
19
+
-**Align to a region launch**: Move your resources to a newly introduced Azure region that wasn't previously available.
20
+
-**Align for services/features**: Move resources to take advantage of services or features that are available in a specific region.
21
+
-**Respond to business developments**: Move resources to a region in response to business changes, such as mergers or acquisitions.
22
+
-**Align for proximity**: Move resources to a region local to your business.
23
+
-**Meet data requirements**: Move resources in order to align with data residency requirements, or data classification needs. [Learn more](https://azure.microsoft.com/mediahandler/files/resourcefiles/achieving-compliant-data-residency-and-security-with-azure/Achieving_Compliant_Data_Residency_and_Security_with_Azure.pdf).
24
+
-**Respond to deployment requirements**: Move resources that were deployed in error, or move in response to capacity needs.
25
+
-**Respond to decommissioning**: Move resources due to decommissioning of regions.
26
26
27
27
## Move process
28
28
29
-
The actual move procedure will depend upon the resources you're moving. However, there are some common key steps:
29
+
The actual move process depends on the resources you're moving. However, there are some common key steps:
30
30
31
-
-**Verify prerequisites**: Prerequisites include making sure that the resources you need are available in the target region, checking that you have enough quota, and making sure that your subscription can access the target region you want to use.
32
-
-**Analyze dependencies**: Your resources will probably have dependencies on other resources. You need to figure out dependencies to ensure that moved resources will continue to function as expected after the move.
33
-
-**Prepare for move**: These are the steps you need to take in your primary region. For example, you might need to export an Azure Resource Manager template, or replicate resources from the source region to the target.
34
-
-**Move the resources**: How you move resources will depend on what they are. But it might be deploying a template in the target region, or failing over to the target region.
31
+
-**Verify prerequisites**: Prerequisites include making sure that the resources you need are available in the target region, checking that you have enough quota, and verifying that your subscription can access the target region.
32
+
-**Analyze dependencies**: Your resources might have dependencies on other resources. Before moving, figure out dependencies so that moved resources continue to function as expected after the move.
33
+
-**Prepare for move**: These are the steps you take in your primary region before the move. For example, you might need to export an Azure Resource Manager template, or start replicating resources from source to target.
34
+
-**Move the resources**: How you move resources depends on what they are. You might need to deploy a template in the target region, or fail resources over to the target.
35
35
-**Discard target resources**: After moving resources, you might want to take a look at the resources now in the target region, and decide if there's anything you don't need.
36
-
-**Commit the move**: After verifying resources in the target region, and making sure everything's as expected, some resources might require a final commit action. For example, a target region that's now the primary regionmight need disaster recovery deployed to a new secondary region.
36
+
-**Commit the move**: After verifying resources in the target region, some resources might require a final commit action. For example, in a target region that's now the primary region, you might need to set up disaster recovery to a new secondary region.
37
37
-**Clean up the source**: Finally, after everything's up and running in the new region, you can clean up and decommission resources you created for the move, and resources in your primary region.
38
38
39
39
40
40
41
41
## Next steps
42
42
43
-
For a list of which resources support move, see [Move operation support for resources](region-move-support.md).
43
+
For a list of which resources support moving across regions, see [Move operation support for resources](region-move-support.md).
0 commit comments