Skip to content

Commit 0b511b7

Browse files
authored
Merge pull request #243264 from James-Green-Microsoft/dn-deletion
Deletion of data networks
2 parents 79b7aeb + 10553cf commit 0b511b7

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed
31.9 KB
Loading

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

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

1313
# Modify a packet core instance
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 (ASE) 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, modify and remove 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

@@ -143,6 +143,17 @@ To make changes to a data network attached to your packet core instance:
143143
1. Select **Modify**. You should see your changes under the **Data networks** tab.
144144
1. Go to [Submit and verify changes](#submit-and-verify-changes).
145145

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+
146157
## Submit and verify changes
147158

148159
1. Select **Modify**.
@@ -155,6 +166,28 @@ To make changes to a data network attached to your packet core instance:
155166
- 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.
156167
- If you made changes to the attached data networks, check that the fields under **Data networks** contain the updated information.
157168

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+
158191
## Restore backed up deployment information
159192

160193
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

Comments
 (0)