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
+31-5Lines changed: 31 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ Each Azure Private 5G Core Preview site contains a packet core instance, which i
21
21
> [!NOTE]
22
22
> You can't update a packet core instance's **Technology type** or **Version** field.
23
23
>
24
-
> - To change the technology type, [recreate the site](create-a-site.md).
24
+
> - To change the technology type, you'll need to delete the site and [recreate it](create-a-site.md).<!-- TODO: link to new site deletion section -->
25
25
> - To change the version, [upgrade the packet core instance](upgrade-packet-core-azure-portal.md).
26
26
27
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
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
29
30
30
## Modify the packet core instance
31
31
32
-
To modify the packet core and/or access network configuration:
32
+
In this step, you'll navigate to the **Packet Core Control Plane** resource representing your packet core instance and start modifying it.
33
33
34
34
1. Sign in to the [Azure portal](https://portal.azure.com/).
35
35
2. Search for and select the **Mobile Network** resource representing the private mobile network.
@@ -46,21 +46,47 @@ To modify the packet core and/or access network configuration:
46
46
47
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
48
49
-
7. In the **Configuration** tab, fill out the fields with any new values.
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 attached data network](#modify-attached-data-network).
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.
50
56
51
-
- 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 **Custom ARC location**configuration value.
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.
52
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**.
53
59
54
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.":::
55
61
62
+
2. If you also want to make changes to the attached data network, select the **Data network** tab and go to [Modify attached data network](#modify-attached-data-network). Otherwise, go to [Submit and verify changes](#submit-and-verify-changes).
63
+
64
+
### Modify attached data network
65
+
66
+
To make changes to the data network attached to your packet core instance:
67
+
68
+
1. In the 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
+
<!-- TODO: Update screenshot after release of Simpler ASE Install feature -->
76
+
77
+
3. Select **Modify**. You should see your changes under the **Data network** tab.
78
+
56
79
### Submit and verify changes
57
80
58
81
1. Select **Modify**.
59
82
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.
60
83
61
84
:::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.":::
62
85
63
-
3. Select **Go to resource group**. Navigate to the **Packet Core Control Plane** resource as described in [Modify the packet core instance](#modify-the-packet-core-instance). Check that the fields under **Configuration** and **Access network** contain the updated information.
86
+
3. Select **Go to resource group**.
87
+
88
+
- If you made changes to the packet core configuration, navigate to the **Packet Core Control Plane** resource as described in [Modify the packet core instance](#modify-the-packet-core-instance). Check that the fields under **Configuration** and **Access network** contain the updated information.
89
+
- If you made changes to the attached data network, select the **Mobile Network** resource, and then select **Data networks** in the resource menu. Check that the data network that you modified is listed and shows as **Succeeded** in the **Status** column.
0 commit comments