Skip to content

Commit 45cb7a9

Browse files
committed
acrolinx tweaks
1 parent 62569fd commit 45cb7a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you want to modify a packet core instance's local access configuration, follo
3232

3333
## Plan a maintenance window
3434

35-
The following changes will trigger components of the packet core software to restart, during which your service will be unavailable for approximately 8-12 minutes:
35+
The following changes trigger components of the packet core software to restart, during which your service will be unavailable for approximately 8-12 minutes:
3636

3737
- Attaching a new or existing data network to the packet core instance.
3838
- Changing the following configuration on an attached data network:
@@ -43,22 +43,22 @@ The following changes will trigger components of the packet core software to res
4343
- Changing the UE maximum transmission unit (MTU) signaled by the packet core.
4444
- Changing the non-access stratum (NAS) encryption type.
4545

46-
The following changes will trigger the packet core to reinstall, during which your service will be unavailable for up to two hours:
46+
The following changes trigger the packet core to reinstall, during which your service will be unavailable for up to two hours:
4747

4848
- Detaching a data network from the packet core instance.
4949
- Changing the packet core instance's custom location.
50-
- Changing the N2, N3 or N6 interface configuration on an attached data network, including BFD endpoint configuration.
50+
- Changing the N2, N3 or N6 interface configuration on an attached data network, including Bidirectional Forwarding Detection (BFD) endpoint configuration.
5151

5252
The following changes require you to manually perform a reinstall, during which your service will be unavailable for up to two hours, before they take effect:
5353

54-
- Changing access network configuration, including BFD endpoint configuration.
54+
- Changing access network configuration, including Bidirectional Forwarding Detection (BFD) endpoint configuration.
5555
- Enabling [monitoring UE usage with Event Hubs](ue-usage-event-hub.md).
5656

5757
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. Changes not listed here should not trigger a service interruption, but we recommend using a maintenance window in case of misconfiguration.
5858

5959
## Back up deployment information
6060

61-
The following list contains the data that will be lost over a packet core reinstall. If you're making a change that requires a reinstall, back up any information you'd like to preserve; after the reinstall, you can use this information to reconfigure your packet core instance. 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 can skip this step and proceed to [Select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
61+
The following list contains the data that is lost over a packet core reinstall. If you're making a change that requires a reinstall, back up any information you'd like to preserve; after the reinstall, you can use this information to reconfigure your packet core instance. 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 can skip this step and proceed to [Select the packet core instance to modify](#select-the-packet-core-instance-to-modify).
6262

6363
1. Depending on your authentication method when signing in to the [distributed tracing](distributed-tracing.md) and [packet core dashboards](packet-core-dashboards.md):
6464
- If you use Microsoft Entra ID, save a copy of the Kubernetes Secret Object YAML file you created in [Create Kubernetes Secret Objects](enable-azure-active-directory.md#create-kubernetes-secret-objects).
@@ -107,7 +107,7 @@ To modify the packet core and/or access network configuration:
107107
- 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.
108108
- 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**.
109109
- If you want to enable UE usage monitoring, use the information collected in [Collect UE usage tracking values](collect-required-information-for-a-site.md#collect-ue-usage-tracking-values) to fill out the **Azure Event Hub Namespace**, **Event Hub name** and **User Assigned Managed Identity** values.
110-
- If you want to change the non-access stratum (NAS) encryption type, use the **Advanced configuration** tab. You can set up to three levels of preference. For example, you could set the first preference to `NEA2/EEA2`, the second preference to `NEA1/EEA1` and the third preference to `none` to ensure that one of the two encryption algorithms is used and NEA0/EEA0 (null encryption) is not permitted. This will prevent UEs that do not support NAS encryption from registering with the network.
110+
- If you want to change the non-access stratum (NAS) encryption type, use the **Advanced configuration** tab. You can set up to three levels of preference. For example, you could set the first preference to `NEA2/EEA2`, the second preference to `NEA1/EEA1` and the third preference to `none` to ensure that one of the two encryption algorithms is used and NEA0/EEA0 (null encryption) is not permitted. This prevents UEs that do not support NAS encryption from registering with the network.
111111
1. Choose the next step:
112112
- If you've finished modifying the packet core instance, go to [Submit and verify changes](#submit-and-verify-changes).
113113
- 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).
@@ -128,7 +128,7 @@ To configure a new or existing data network and attach it to your packet core in
128128

129129
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.
130130
1. Select **Attach**.
131-
1. Repeat the steps above for each additional data network you want to configure.
131+
1. Repeat the preceding steps for each additional data network you want to configure.
132132
1. Choose the next step:
133133
- If you've finished modifying the packet core instance, go to [Submit and verify changes](#submit-and-verify-changes).
134134
- 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).
@@ -156,7 +156,7 @@ To remove a data network attached to the packet core:
156156

157157
:::image type="content" source="media/modify-packet-core/modify-packet-core-delete-attached-data-network.png" alt-text="Screenshot of the Azure portal showing a selected data network and delete button.":::
158158

159-
This change will require a manual packet core reinstall to take effect, see [Next steps](#next-steps).
159+
This change requires a manual packet core reinstall to take effect. See [Next steps](#next-steps).
160160

161161
## Submit and verify changes
162162

0 commit comments

Comments
 (0)