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/private-5g-core/modify-packet-core.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
12
12
13
13
# Modify a packet core instance
14
14
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 addand 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, modify and remove the data networks attached to the packet core instance.
16
16
17
17
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).
18
18
@@ -143,6 +143,17 @@ To make changes to a data network attached to your packet core instance:
143
143
1. Select **Modify**. You should see your changes under the **Data networks** tab.
144
144
1. Go to [Submit and verify changes](#submit-and-verify-changes).
145
145
146
+
## Remove an attached data network
147
+
148
+
To remove a data network attached to the packet core:
149
+
150
+
1. Select the checkbox for the data network you want to delete.
151
+
1. Select **Delete**.
152
+
153
+
:::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.":::
154
+
155
+
This change will require a manual packet core reinstall to take effect, see [Next steps](#next-steps).
156
+
146
157
## Submit and verify changes
147
158
148
159
1. Select **Modify**.
@@ -155,6 +166,28 @@ To make changes to a data network attached to your packet core instance:
155
166
- If you made changes to the packet core configuration, check that the fields under **Connected ASE device**, **Azure Arc Custom Location** and **Access network** contain the updated information.
156
167
- If you made changes to the attached data networks, check that the fields under **Data networks** contain the updated information.
157
168
169
+
## Remove data network resource
170
+
171
+
If you removed an attached data network from the packet core and it is no longer attached to any packet cores or referenced by any SIM policies, you may remove the data network from the resource group:
172
+
> [!NOTE]
173
+
> The data network that you want to delete must have no SIM policies associated with it. If the data network has one or more associated SIM policies data network removal will be prevented.
174
+
175
+
1. If you need to delete data network from a SIM policy's configuration:
176
+
1. Navigate to the **SIM Policy** resource.
177
+
1. Select **Modify SIM Policy**.
178
+
1. Either:
179
+
180
+
- Select the **Delete** button for the network slice containing the associated data network.
181
+
- Or
182
+
1. Select the **Edit** button for the network slice containing the associated data network.
183
+
1. Select a new **Data network** to be associated with the network slice.
184
+
1. Select **Modify**.
185
+
1. Select **Review + Modify**.
186
+
1. Select **Modify**.
187
+
1. Navigate to the resource group containing your AP5GC resources.
188
+
1. Select the checkbox for the data network resource you want to delete.
189
+
1. Select **Delete**.
190
+
158
191
## Restore backed up deployment information
159
192
160
193
If you made changes that triggered a packet core reinstall, reconfigure your deployment using the information you gathered in [Back up deployment information](#back-up-deployment-information).
0 commit comments