Skip to content

Commit 71c93cd

Browse files
authored
Merge pull request #196316 from djrmetaswitch/upgrade-packet-core
Initial draft of upgrade procedure
2 parents d4b2555 + fb30ddf commit 71c93cd

File tree

6 files changed

+64
-0
lines changed

6 files changed

+64
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ landingContent:
5656
url: create-a-site.md
5757
- text: Create a site - ARM template
5858
url: create-site-arm-template.md
59+
- text: Upgrade a packet core instance
60+
url: upgrade-packet-core-azure-portal.md
5961
# Card
6062
- title: Customize quality of service (QoS) and traffic control
6163
linkLists:
63.2 KB
Loading
18.3 KB
Loading
15.4 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ items:
5252
href: create-a-site.md
5353
- name: Create a site - ARM template
5454
href: create-site-arm-template.md
55+
- name: Upgrade a packet core instance
56+
href: upgrade-packet-core-azure-portal.md
5557
- name: Policy control
5658
items:
5759
- name: Collect the required information for a service
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Upgrade a packet core instance
3+
titleSuffix: Azure Private 5G Core Preview
4+
description: In this how-to guide, you'll learn how to upgrade a packet core instance using the Azure portal.
5+
author: djrmetaswitch
6+
ms.author: drichards
7+
ms.service: private-5g-core
8+
ms.topic: how-to
9+
ms.date: 04/27/2022
10+
ms.custom: template-how-to
11+
---
12+
13+
# Upgrade the packet core instance in a site - Azure portal
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). You'll need to periodically upgrade your packet core instances to get access to the latest Azure Private 5G Core features and maintain support for your private mobile network. In this how-to guide, you'll learn how to upgrade a packet core instance using the Azure portal.
16+
17+
> [!NOTE]
18+
> Azure Resource Manager templates (ARM templates) are not currently available for upgrading packet core instances. Use the Azure portal to carry out upgrades.
19+
20+
## Prerequisites
21+
22+
- Contact your Microsoft assigned trials engineer. They'll guide you through the upgrade process and provide you with the required information, including the amount of time you'll need to allow for the upgrade to complete and the new software version number.
23+
- 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.
24+
25+
## Upgrade the packet core instance
26+
27+
Carry out the following steps to upgrade the packet core instance.
28+
29+
1. Sign in to the Azure portal at [https://aka.ms/AP5GCPortal](https://aka.ms/AP5GCPortal).
30+
1. Search for and select the **Mobile Network** resource representing the private mobile network.
31+
32+
:::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.":::
33+
34+
1. In the **Resource** menu, select **Sites**.
35+
1. Select the site containing the packet core instance you want to upgrade.
36+
1. Under the **Network function** heading, select the name of the packet core control plane resource shown next to **Packet Core**.
37+
38+
:::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.":::
39+
40+
1. Select **Upgrade version**.
41+
42+
:::image type="content" source="media/upgrade-packet-core-azure-portal/upgrade-version.png" alt-text="Screenshot of the Azure portal showing the Upgrade version option.":::
43+
44+
1. Under **Upgrade packet core version**, fill out the **New version** field with the string for the new software version provided to you by your trials engineer.
45+
46+
:::image type="content" source="media/upgrade-packet-core-azure-portal/upgrade-packet-core-version.png" alt-text="Screenshot of the Azure portal showing the New version field on the Upgrade packet core version screen.":::
47+
48+
1. Select **Modify**.
49+
1. Azure will now redeploy the packet core instance at the new software version. The Azure portal will display the following confirmation screen when this deployment is complete.
50+
51+
:::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.":::
52+
53+
1. Select **Go to resource group**, and then select the **Packet Core Control Plane** resource representing the control plane function of the packet core instance in the site.
54+
1. Check the **Version** field under the **Configuration** heading to confirm that it displays the new software version.
55+
56+
## Next steps
57+
You may want to use Log Analytics or the packet core dashboards to confirm your packet core instance is operating normally after the upgrade.
58+
59+
- [Monitor Azure Private 5G Core with Log Analytics](monitor-private-5g-core-with-log-analytics.md)
60+
- [Packet core dashboards](packet-core-dashboards.md)

0 commit comments

Comments
 (0)