Skip to content

Commit 5bb7e15

Browse files
committed
Copy edits
1 parent c9ce781 commit 5bb7e15

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/private-5g-core/region-move.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
1212

1313
# Move your Azure Private 5G Core resources to a different region
1414

15-
In this how-to guide, you'll learn how to move your Azure Private 5G Core resources to a different region.
15+
In this how-to guide, you'll learn how to move your Azure Private 5G Core resources to a different region. This involves exporting your resources from the source region's resource group and recreating them in a new resource group deployed in the target region.
1616

1717
If you also want to move your Azure Stack Edge (ASE) resources, see TODO:link.
1818

@@ -28,7 +28,7 @@ If you also want to move your Azure Stack Edge (ASE) resources, see TODO:link.
2828

2929
For security reasons, Azure Private 5G Core will never return the SIM credentials provided to the service as part of SIM creation. Therefore, it's not possible to export the SIM configuration in the same way as other Azure resources, and you'll need to delete your SIMs to avoid errors before performing an Azure region move.
3030

31-
1. Create a backup copy of all the information required for recreating your SIMs later. Refer to [Collect the required information for your SIMs](provision-sims-azure-portal.md#collect-the-required-information-for-your-sims) for the information you'll need to recreate each SIM. You can view all your SIMs and SIM groups by following [View existing SIMs](manage-existing-sims.md#view-existing-sims).
31+
1. Refer to [Collect the required information for your SIMs](provision-sims-azure-portal.md#collect-the-required-information-for-your-sims) to take a backup of all the information you'll need to recreate your SIMs. You can view all your SIMs and SIM groups by following [View existing SIMs](manage-existing-sims.md#view-existing-sims).
3232
1. Follow [Delete SIMs](manage-existing-sims.md#delete-sims) to delete all the SIMs in your deployment.
3333

3434
### Disable custom location
@@ -39,7 +39,7 @@ Before moving your resources, you'll need to uninstall all your packet core inst
3939

4040
1. In [Modify the packet core configuration](modify-packet-core.md#modify-the-packet-core-configuration), make a note of the custom location value in the **Custom ARC location** field.
4141
1. Set the **Custom ARC location** field to **None**.
42-
1. In [Submit and verify changes](modify-packet-core.md#submit-and-verify-changes), the packet core will be redeployed at an uninstalled state with the new configuration.
42+
1. In [Submit and verify changes](modify-packet-core.md#submit-and-verify-changes), the packet core will be redeployed at an uninstalled state.
4343

4444
### Generate template
4545

@@ -58,25 +58,25 @@ Your mobile network resources can now be exported via an Azure Resource Manager
5858

5959
### Prepare template
6060

61-
You'll need to customize your template to ensure all parameters apply to the new region.
61+
You'll need to customize your template to ensure all your resources are correctly deployed to the new region.
6262

6363
1. Open the *template.json* file you downloaded in [Generate template](#generate-template).
64-
1. Find every instance of the original region's code name and replace it with the target region you're moving your deployment to. See TODO:link for instructions on how to obtain the target region's code name.
64+
1. Find every instance of the original region's code name and replace it with the target region you're moving your deployment to. This involves updating the **location** parameter for every resource. See TODO:link for instructions on how to obtain the target region's code name.
6565
1. Find every instance of the original region's resource group name and replace it with the target region's resource group name you defined in [Prerequisites](#prerequisites).
6666

6767
### Deploy template
6868

6969
1. [Create a resource group](/azure/azure-resource-manager/management/manage-resource-groups-portal) in the target region. Use the resource group name you defined in [Prerequisites](#prerequisites).
7070
1. Deploy the *template.json* file you downloaded in [Generate template](#generate-template).
7171

72-
- If you want to use the Azure portal, follow the instructions to deploy resources from a custom template in [Deploy resources with ARM templates and Azure portal](/azure/azure-resource-manager/templates/deploy-portal)
72+
- If you want to use the Azure portal, follow the instructions to deploy resources from a custom template in [Deploy resources with ARM templates and Azure portal](/azure/azure-resource-manager/templates/deploy-portal).
7373
- If you want to use PowerShell, navigate to the folder containing the *template.json* file and deploy using the command:
7474

7575
```azurepowershell
7676
az deployment group create --resource-group <new resource group name> --template-file template.json
7777
```
7878
79-
1. In the Azure portal, navigate to the new resource group to verify that your resources have been successfully recreated.
79+
1. In the Azure portal, navigate to the new resource group and verify that your resources have been successfully recreated.
8080
8181
### Restore SIMs
8282

articles/private-5g-core/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ items:
6262
href: collect-required-information-for-private-mobile-network.md
6363
- name: Deploy a private mobile network - Azure portal
6464
href: how-to-guide-deploy-a-private-mobile-network-azure-portal.md
65-
- name: Move deployment to a different region
65+
- name: Move resources to a different region
6666
href: region-move.md
6767
- name: Sites
6868
items:

0 commit comments

Comments
 (0)