Skip to content

Commit e753836

Browse files
committed
Add plan and back up sections
1 parent 30ee04c commit e753836

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

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

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,33 @@ If you also want to move your Azure Stack Edge (ASE) resources, see TODO:link.
2323
- Choose a name for your new resource group in the target region. This must be different to the source region's resource group name.
2424
- Decide whether you want the deployment in the source region to remain fully operational during and after the region move.
2525

26-
## Prepare to move your resources
26+
## Plan a maintenance window
27+
28+
Depending on the resources you want to move and whether you want the deployment in the source region to remain fully operational during and after the region move, you may need to plan for a service outage.
29+
30+
If you're moving your Arc cluster, we recommend performing the move during a maintenance window to minimize the impact on your service. You should allow up to two hours for the process to complete. <!-- TODO: check outage time advice -->
31+
2732

28-
### Back up and delete SIMs
33+
## Back up deployment information
2934

30-
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.
35+
The following list contains the data that will be lost over the region move. Back up any information you'd like to preserve; after the reinstall, you can use this information to reconfigure your packet core instance.
36+
37+
1. If you want to keep using the same credentials when signing in to [distributed tracing](distributed-tracing.md), save a copy of the current password to a secure location.
38+
1. If you want to keep using the same credentials when signing in to the [packet core dashboards](packet-core-dashboards.md), save a copy of the current password to a secure location.
39+
1. Any customizations made to the packet core dashboards won't be carried over the region move. Refer to [Exporting a dashboard](https://grafana.com/docs/grafana/v6.1/reference/export_import/#exporting-a-dashboard) in the Grafana documentation to save a backed-up copy of your dashboards.
40+
1. Most UEs will automatically re-register and recreate any sessions after the region move completes. If you have any special devices that require manual operations to recover from a packet core outage, gather a list of these UEs and their recovery steps.
41+
1. For security reasons, your SIM configuration won't be carried over a region move. 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.
42+
43+
## Prepare to move your resources
3144

32-
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). <!-- TODO: steps to view SIMs and static IP configuration -->
33-
1. If you don't need your deployment to stay operational during or after the region move, follow [Delete SIMs](manage-existing-sims.md#delete-sims) to delete all the SIMs in your deployment.
45+
### Remove SIMs and custom location
3446

35-
### Disable custom location
47+
Only follow this step if you don't need your deployment to stay online in the original region.
3648

37-
Before moving your resources, you'll need to uninstall all packet core instances you want to move by changing their **Custom ARC location** field to **None**. Only follow this step if you don't need your deployment to stay online in the original region.
49+
Before moving your resources, you'll need to uninstall all packet core instances you want to move by changing their **Custom ARC location** field to **None**.
3850

39-
1. For each site in your deployment, follow [Modify the packet core instance in a site](modify-packet-core.md) to modify your packet core instance with the changes below. You can ignore the sections about attaching and modifying data networks.
51+
1. Follow [Delete SIMs](manage-existing-sims.md#delete-sims) to delete all the SIMs in your deployment.
52+
1. For each site that you want to move, follow [Modify the packet core instance in a site](modify-packet-core.md) to modify your packet core instance with the changes below. You can ignore the sections about attaching and modifying data networks.
4053

4154
1. In *Modify the packet core configuration*, make a note of the custom location value in the **Custom ARC location** field.
4255
1. Set the **Custom ARC location** field to **None**.
@@ -64,7 +77,10 @@ You'll need to customize your template to ensure all your resources are correctl
6477
1. Open the *template.json* file you downloaded in [Generate template](#generate-template).
6578
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.
6679
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).
67-
1. If you decided in TODO to disable the custom location and delete SIMs via the template, ... <!-- TODO -->
80+
1. If you skipped [Remove SIMs and custom location](#remove-sims-and-custom-location) because you need your deployment to stay online in the original region:
81+
1. Remove all the SIM resources.
82+
1. Remove the custom location entry.
83+
1. Remove any other resources you don't want to move to the target region.
6884

6985
### Deploy template
7086

0 commit comments

Comments
 (0)