Skip to content

Commit 3f41d36

Browse files
Merge pull request #215984 from b-branco/modify-packet-core
Modify a packet core instance
2 parents c620559 + 0ece172 commit 3f41d36

9 files changed

+103
-2
lines changed

articles/private-5g-core/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ landingContent:
6262
url: create-a-site.md
6363
- text: Create a site - ARM template
6464
url: create-site-arm-template.md
65+
- text: Modify a packet core instance
66+
url: modify-packet-core.md
6567
- text: Upgrade a packet core instance - Azure portal
6668
url: upgrade-packet-core-azure-portal.md
6769
- text: Upgrade a packet core instance - ARM template
167 KB
Loading
29.7 KB
Loading
105 KB
Loading
157 KB
Loading
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: Modify a packet core instance
3+
titleSuffix: Azure Private 5G Core Preview
4+
description: In this how-to guide, you'll learn how to modify a packet core instance using the Azure portal.
5+
author: b-branco
6+
ms.author: biancabranco
7+
ms.service: private-5g-core
8+
ms.topic: how-to
9+
ms.date: 09/29/2022
10+
ms.custom: template-how-to
11+
---
12+
13+
# Modify the packet core instance in a site
14+
15+
Each Azure Private 5G Core Preview 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 modify the data network attached to the packet core instance.
16+
17+
## Prerequisites
18+
19+
- If you want to make changes to the packet core configuration or access network, refer to [Collect packet core configuration values](collect-required-information-for-a-site.md#collect-packet-core-configuration-values) and [Collect access network values](collect-required-information-for-a-site.md#collect-access-network-values) to collect the new values and make sure they're in the correct format.
20+
21+
> [!NOTE]
22+
> You can't update a packet core instance's **Technology type** or **Version** field.
23+
>
24+
> - To change the technology type, you'll need to delete the site and [recreate it](create-a-site.md). <!-- link to new site deletion section -->
25+
> - To change the version, [upgrade the packet core instance](upgrade-packet-core-azure-portal.md).
26+
27+
- If you want to make changes to the attached data network, refer to [Collect data network values](collect-required-information-for-a-site.md#collect-data-network-values) to collect the new values and make sure they're in the correct format.
28+
- Ensure you can sign in to the Azure portal using an account with access to the active subscription you used to create your private mobile network. This account must have the built-in Contributor or Owner role at the subscription scope.
29+
30+
## Select the packet core instance to modify
31+
32+
In this step, you'll navigate to the **Packet Core Control Plane** resource representing your packet core instance.
33+
34+
1. Sign in to the [Azure portal](https://portal.azure.com/).
35+
2. Search for and select the **Mobile Network** resource representing the private mobile network.
36+
37+
:::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.":::
38+
39+
3. In the **Resource** menu, select **Sites**.
40+
4. Select the site containing the packet core instance you want to modify.
41+
5. Under the **Network function** heading, select the name of the **Packet Core Control Plane** resource shown next to **Packet Core**.
42+
43+
:::image type="content" source="media/packet-core-field.png" alt-text="Screenshot of the Azure portal showing the Packet Core field.":::
44+
45+
6. Select **Modify packet core**.
46+
47+
:::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.":::
48+
49+
7. 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). If you only want to make changes to the attached data network, go to [Modify the attached data network configuration](#modify-the-attached-data-network-configuration).
50+
51+
### Modify the packet core configuration
52+
53+
To modify the packet core and/or access network configuration:
54+
55+
1. In the **Configuration** tab, fill out the fields with any new values.
56+
57+
- 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.
58+
- 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**.
59+
60+
:::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.":::
61+
62+
2. If you also want to make changes to the attached data network, select the **Data network** tab and go to [Modify the attached data network configuration](#modify-the-attached-data-network-configuration). Otherwise, go to [Submit and verify changes](#submit-and-verify-changes).
63+
64+
### Modify the attached data network configuration
65+
66+
To make changes to the data network attached to your packet core instance:
67+
68+
1. In the **Data network** tab, select the data network.
69+
70+
:::image type="content" source="media/modify-packet-core/modify-packet-core-data-network-tab.png" alt-text="Screenshot of the Azure portal showing the Modify packet core Data network tab.":::
71+
72+
2. 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 a data network** window.
73+
74+
:::image type="content" source="media/modify-packet-core/modify-packet-core-modify-data-network.png" alt-text="Screenshot of the Azure portal showing the Attach data network screen.":::
75+
76+
3. Select **Modify**. You should see your changes under the **Data network** tab.
77+
78+
### Submit and verify changes
79+
80+
1. Select **Modify**.
81+
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.
82+
83+
:::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.":::
84+
85+
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).
86+
87+
- 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.
88+
- If you made changes to the attached data network, check that the fields under **Data network** contain the updated information.
89+
90+
## Next steps
91+
92+
Use Log Analytics or the packet core dashboards to confirm your packet core instance is operating normally after you modify it.
93+
94+
- [Monitor Azure Private 5G Core with Log Analytics](monitor-private-5g-core-with-log-analytics.md)
95+
- [Packet core dashboards](packet-core-dashboards.md)

articles/private-5g-core/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ items:
6262
href: create-a-site.md
6363
- name: Create a site - ARM template
6464
href: create-site-arm-template.md
65+
- name: Packet core
66+
items:
67+
- name: Modify a packet core instance
68+
href: modify-packet-core.md
6569
- name: Upgrade a packet core instance - Azure portal
6670
href: upgrade-packet-core-azure-portal.md
6771
- name: Upgrade a packet core instance - ARM template

articles/private-5g-core/upgrade-packet-core-azure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To check which version your packet core instance is currently running, and wheth
3232
1. Select the site containing the packet core instance you're interested in.
3333
1. Under the **Network function** heading, select the name of the **Packet Core Control Plane** resource shown next to **Packet Core**.
3434

35-
:::image type="content" source="media/upgrade-packet-core-azure-portal/packet-core-field.png" alt-text="Screenshot of the Azure portal showing the Packet Core field.":::
35+
:::image type="content" source="media/packet-core-field.png" alt-text="Screenshot of the Azure portal showing the Packet Core field.":::
3636

37-
1. Check the **Version** field under the **Configuration** heading to view the current software version. If there's an attention icon next to this field, a new packet core version is available. If there's a warning that you're running an unsupported version, we advise that you upgrade your packet core instance to a version that Microsoft currently supports.
37+
2. Check the **Version** field under the **Configuration** heading to view the current software version. If there's an attention icon next to this field, a new packet core version is available. If there's a warning that you're running an unsupported version, we advise that you upgrade your packet core instance to a version that Microsoft currently supports.
3838

3939
:::image type="content" source="media/upgrade-packet-core-azure-portal/packet-core-control-plane-overview.png" alt-text="Screenshot of the Azure portal showing the Packet Core Control Plane resource overview." lightbox="media/upgrade-packet-core-azure-portal/packet-core-control-plane-overview.png":::
4040

0 commit comments

Comments
 (0)