Skip to content

Commit cd05085

Browse files
committed
Edits based on Andrew's review
1 parent fbd84bf commit cd05085

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

articles/private-5g-core/modify-packet-core.md

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

1313
# Modify the packet core instance in a site
1414

15-
Each Azure Private 5G Core site contains a packet core instance, which is a cloud-native implementation of the 3GPP standards-defined 5G Next Generation Core (5G NGC or 5GC). In this how-to guide, you'll learn how to modify a packet core instance using the Azure portal; this includes modifying the packet core's custom location, connected Azure Stack Edge device, and access network configuration. You'll also learn how to add and modify the data networks attached to the packet core instance.
15+
Each Azure Private 5G Core site contains a packet core instance, which is a cloud-native implementation of the 3GPP standards-defined 5G Next Generation Core (5G NGC or 5GC). In this how-to guide, you'll learn how to modify a packet core instance using the Azure portal; this includes modifying the packet core's custom location, connected Azure Stack Edge (ASE) device, and access network configuration. You'll also learn how to add and modify the data networks attached to the packet core instance.
1616

1717
If you want to modify a packet core instance's local access configuration, follow [Modify the local access configuration in a site](modify-local-access-configuration.md).
1818

@@ -40,13 +40,13 @@ The following modifications will trigger a packet core reinstall, during which y
4040

4141
Additionally, the following changes don't trigger a packet core reinstall, but will require you to manually perform a reinstall to allow the new configuration to take effect:
4242

43-
- Connecting a new Azure Stack Edge device.
43+
- Changing the connected ASE device.
4444
- Modifying the access network configuration.
4545
- Modifying an attached data network's configuration.
4646

4747
If you're making any of these changes to a healthy packet core instance, we recommend running this process during a maintenance window to minimize the impact on your service. You should allow up to two hours for the process to complete.
4848

49-
If you're making a change that doesn't require a reinstall, you can skip the next step and move to [Select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
49+
If your packet core instance is in **Uninstalled**, **Uninstalling** or **Failed** state, or if you're connecting an ASE device for the first time, you won't need a packet core reinstall after making your changes. In this case, you can skip the next step and move to [Select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
5050

5151
## Back up deployment information
5252

@@ -64,21 +64,21 @@ The following list contains the data that will be lost over a packet core reinst
6464
In this step, you'll navigate to the **Packet Core Control Plane** resource representing your packet core instance.
6565

6666
1. Sign in to the [Azure portal](https://portal.azure.com/).
67-
2. Search for and select the **Mobile Network** resource representing the private mobile network.
67+
1. Search for and select the **Mobile Network** resource representing the private mobile network.
6868

6969
:::image type="content" source="media/mobile-network-search.png" alt-text="Screenshot of the Azure portal. It shows the results of a search for a Mobile Network resource.":::
7070

71-
3. In the **Resource** menu, select **Sites**.
72-
4. Select the site containing the packet core instance you want to modify.
73-
5. Under the **Network function** heading, select the name of the **Packet Core Control Plane** resource shown next to **Packet Core**.
71+
1. In the **Resource** menu, select **Sites**.
72+
1. Select the site containing the packet core instance you want to modify.
73+
1. Under the **Network function** heading, select the name of the **Packet Core Control Plane** resource shown next to **Packet Core**.
7474

7575
:::image type="content" source="media/packet-core-field.png" alt-text="Screenshot of the Azure portal showing the Packet Core field.":::
7676

77-
6. Select **Modify packet core**.
77+
1. Select **Modify packet core**.
7878

7979
:::image type="content" source="media/modify-packet-core/modify-packet-core-configuration.png" alt-text="Screenshot of the Azure portal showing the Modify packet core option.":::
8080

81-
7. If you're making a change that requires a packet core reinstall, enable the **Enable changes to configuration that require a reinstall to take effect** toggle.
81+
1. If you're making a change that requires a packet core reinstall, enable the **Enable changes to configuration that require a reinstall to take effect** toggle.
8282
1. Choose the next step:
8383
- If you want to make changes to the packet core configuration or access network values, go to [Modify the packet core configuration](#modify-the-packet-core-configuration).
8484
- If you want to configure a new or existing data network and attach it to the packet core instance, go to [Attach a data network](#attach-a-data-network).
@@ -89,14 +89,14 @@ In this step, you'll navigate to the **Packet Core Control Plane** resource repr
8989
To modify the packet core and/or access network configuration:
9090

9191
1. If you haven't already, [select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
92-
2. In the **Configuration** tab, fill out the fields with any new values.
92+
1. In the **Configuration** tab, fill out the fields with any new values.
9393

9494
- Use the information you collected in [Collect packet core configuration values](collect-required-information-for-a-site.md#collect-packet-core-configuration-values) for the top-level configuration values.
9595
- Use the information you collected in [Collect access network values](collect-required-information-for-a-site.md#collect-access-network-values) for the configuration values under **Access network**.
9696

9797
:::image type="content" source="media/modify-packet-core/modify-packet-core-configuration-tab.png" alt-text="Screenshot of the Azure portal showing the Modify packet core Configuration tab.":::
9898

99-
3. Choose the next step:
99+
1. Choose the next step:
100100
- If you've finished modifying the packet core instance, go to [Submit and verify changes](#submit-and-verify-changes).
101101
- If you want to configure a new or existing data network and attach it to the packet core instance, go to [Attach a data network](#attach-a-data-network).
102102
- If you want to make changes to a data network that's already attached to the packet core instance, go to [Modify attached data network configuration](#modify-attached-data-network-configuration).
@@ -106,18 +106,18 @@ To modify the packet core and/or access network configuration:
106106
To configure a new or existing data network and attach it to your packet core instance:
107107

108108
1. If you haven't already, [select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
109-
2. Select the **Data networks** tab.
110-
3. Select **Attach data network**.
109+
1. Select the **Data networks** tab.
110+
1. Select **Attach data network**.
111111

112112
:::image type="content" source="media/modify-packet-core/modify-packet-core-data-networks-attach.png" alt-text="Screenshot of the Azure portal showing the Modify packet core Data networks tab. The option to attach a data network is highlighted.":::
113113

114-
4. In the **Data network** field, choose an existing data network from the dropdown or select **Create new** to create a new one. Use the information you collected in [Collect data network values](collect-required-information-for-a-site.md#collect-data-network-values) to fill out the remaining fields.
114+
1. In the **Data network** field, choose an existing data network from the dropdown or select **Create new** to create a new one. Use the information you collected in [Collect data network values](collect-required-information-for-a-site.md#collect-data-network-values) to fill out the remaining fields.
115115

116116
:::image type="content" source="media/modify-packet-core/modify-packet-core-attach-data-network.png" alt-text="Screenshot of the Azure portal showing the Attach data network screen.":::
117117

118-
5. Select **Attach**.
119-
6. Repeat the steps above for each additional data network you want to configure.
120-
7. Choose the next step:
118+
1. Select **Attach**.
119+
1. Repeat the steps above for each additional data network you want to configure.
120+
1. Choose the next step:
121121
- If you've finished modifying the packet core instance, go to [Submit and verify changes](#submit-and-verify-changes).
122122
- If you want to make changes to a data network that's already attached to the packet core instance, go to [Modify attached data network configuration](#modify-attached-data-network-configuration).
123123

@@ -126,26 +126,26 @@ To configure a new or existing data network and attach it to your packet core in
126126
To make changes to a data network attached to your packet core instance:
127127

128128
1. If you haven't already, [select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
129-
2. Select the **Data networks** tab.
130-
3. Select the data network you want to modify.
129+
1. Select the **Data networks** tab.
130+
1. Select the data network you want to modify.
131131

132132
:::image type="content" source="media/modify-packet-core/modify-packet-core-data-networks-modify.png" alt-text="Screenshot of the Azure portal showing the Modify packet core Data networks tab. A data network is highlighted.":::
133133

134-
4. Use the information you collected in [Collect data network values](collect-required-information-for-a-site.md#collect-data-network-values) to fill out the fields in the **Modify attached data network** window.
134+
1. Use the information you collected in [Collect data network values](collect-required-information-for-a-site.md#collect-data-network-values) to fill out the fields in the **Modify attached data network** window.
135135

136136
:::image type="content" source="media/modify-packet-core/modify-packet-core-modify-data-network.png" alt-text="Screenshot of the Azure portal showing the Modify attached data network screen.":::
137137

138-
5. Select **Modify**. You should see your changes under the **Data networks** tab.
139-
6. Go to [Submit and verify changes](#submit-and-verify-changes).
138+
1. Select **Modify**. You should see your changes under the **Data networks** tab.
139+
1. Go to [Submit and verify changes](#submit-and-verify-changes).
140140

141141
## Submit and verify changes
142142

143143
1. Select **Modify**.
144-
2. Azure will now redeploy the packet core instance with the new configuration. The Azure portal will display the following confirmation screen when this deployment is complete.
144+
1. Azure will now redeploy the packet core instance with the new configuration. The Azure portal will display the following confirmation screen when this deployment is complete.
145145

146146
:::image type="content" source="media/site-deployment-complete.png" alt-text="Screenshot of the Azure portal showing the confirmation of a successful deployment of a packet core instance.":::
147147

148-
3. Navigate to the **Packet Core Control Plane** resource as described in [Select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
148+
1. Navigate to the **Packet Core Control Plane** resource as described in [Select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
149149

150150
- If you made changes to the packet core configuration, check that the fields under **Connected ASE device**, **Custom ARC location** and **Access network** contain the updated information.
151151
- If you made changes to the attached data networks, check that the fields under **Data networks** contain the updated information.
@@ -164,5 +164,5 @@ If you made changes that triggered a packet core reinstall, reconfigure your dep
164164

165165
## Next steps
166166

167-
- If you made a configuration change that requires a manual packet core reinstall, follow [Reinstall the packet core instance in a site](reinstall-packet-core.md).
167+
- If you made a configuration change that requires you to manually perform packet core reinstall, follow [Reinstall the packet core instance in a site](reinstall-packet-core.md).
168168
- Use [Log Analytics](monitor-private-5g-core-with-log-analytics.md) or the [packet core dashboards](packet-core-dashboards.md) to confirm your packet core instance is operating normally after you modify it.

0 commit comments

Comments
 (0)