Skip to content

Commit 130b850

Browse files
Merge pull request #225537 from James-Green-Microsoft/whats-new-ga
What's New for GA
2 parents 5988e7e + 926eaba commit 130b850

File tree

1 file changed

+92
-10
lines changed

1 file changed

+92
-10
lines changed

articles/private-5g-core/whats-new.md

Lines changed: 92 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,91 @@ To help you stay up to date with the latest developments, this article covers:
2020
- New features, improvements and fixes for the online service.
2121
- New releases for the packet core, referencing the packet core release notes for further information.
2222

23-
This page is updated regularly with the latest developments in Azure Private 5G Core. <!-- TODO: maybe update with agreed update frequency -->
24-
<!-- In future: If you're looking for items older than six months, you can find them in Archive for What's new in Azure Private 5G Core. -->
23+
This page is updated regularly with the latest developments in Azure Private 5G Core.
2524

25+
## January 2023
26+
27+
### Packet core 2301
28+
29+
**Type:** New release
30+
31+
**Date available:** January 31, 2023
32+
33+
The 2301 release for the Azure Private 5G Core packet core is now available. For more information, see [Azure Private 5G Core 2301 release notes](azure-private-5g-core-release-notes-2301.md).
34+
35+
### Multiple network slices
36+
37+
**Type:** New feature
38+
39+
**Date available:** January 31, 2023
40+
41+
Azure Private 5G Core now supports multiple network slices for 5G packet core deployments. Network slices allow you to host multiple independent logical networks in the same Azure Private 5G Core deployment. Slices are assigned to SIM policies and static IP addresses, providing isolated end-to-end networks that can be customized for different bandwidth and latency requirements.
42+
43+
For more details, see [Create and manage network slices - Azure portal](create-manage-network-slices.md).
44+
45+
### Enhanced provisioning status reporting
46+
47+
**Type:** New feature
48+
49+
**Date available:** January 31, 2023
50+
51+
The Azure Private 5G Core online service now reports the provisioning status of SIMs per-site, on both the **SIM** and **Site** resource views, to allow you to accurately determine where individual SIMs have been provisioned.
52+
53+
### Diagnostic package collection
54+
55+
**Type:** New feature
56+
57+
**Date available:** January 31, 2023
58+
59+
You can now gather diagnostics for a site remotely using the Azure portal. Diagnostics packages will be collected from the edge site and uploaded to an Azure storage account, which can be shared as a SAS URI to AP5GC support or others for assistance with issues. Follow [Gather diagnostics using the Azure portal](gather-diagnostics.md) to gather a remote diagnostics package for an Azure Private 5G Core site using the Azure portal.
60+
61+
### West Europe region
62+
63+
**Type:** New feature
64+
65+
**Date available:** January 17, 2023
66+
67+
The Azure Private 5G Core service is now live in West Europe. It's now possible to deploy and manage AP5GC resources in West Europe.
68+
69+
### Diagnose and resolve problems
70+
71+
**Type:** New feature
72+
73+
**Date available:** January 17, 2023
74+
75+
The **Diagnose and solve problems** option in the left content menu can now provide troubleshooting suggestions for your AP5GC resources.
76+
77+
## December 2022
78+
79+
### Packet core reinstall
80+
81+
**Type:** New feature
82+
83+
**Date available:** December 16, 2022
84+
85+
If you're experiencing issues with your packet core deployment, you can now reinstall the packet core to return it to a known state. Reinstalling the packet core deletes the existing packet core deployment and attempts to deploy the packet core at the edge with the existing site configuration. Already created **Site**-dependent resources such as the **Packet Core Control Plane**, **Packet Core Data Plane** and **Attached Data Network** will continue to be used in the deployment.
86+
87+
You can check the installation state on the **Packet Core Control Plane** resource's overview page. Upon successful redeployment, the installation state will change from **Reinstalling** to either **Installed** or **Failed**, depending on the outcome. You can reinstall the packet core if the installation state is **Installed** or **Failed**.
88+
89+
If you attempt a reinstall after an upgrade, redeployment will be attempted with the upgraded packet core version. The reinstall is done using the latest packet core version currently defined in the ARM API version.
90+
91+
To reinstall your packet core instance, see [Reinstall the packet core instance in a site - Azure portal](reinstall-packet-core.md).
92+
93+
### HTTPS certificates at the edge
94+
95+
**Type:** New feature
96+
97+
**Date available:** December 19, 2022
98+
99+
It's now possible to secure access to a site’s local monitoring tools with a custom, user-provided HTTPS certificate. Certificates can be uploaded to an Azure Key Vault and specified in the **Packet Core Control Plane**'s local access configuration to be provisioned down to the edge.
100+
101+
This feature has the following limitations:
102+
103+
- Certificate deletion requires a pod restart to be reflected at the edge.
104+
- User-assigned managed identities are not currently supported for certificate provisioning.
105+
- Actions on key vaults and certificates not involving a modification on the **Packet Core Control Plane** object can take up to an hour to be reflected at the edge.
106+
107+
You can add a custom certificate to secure access to your local monitoring tools during [site creation](collect-required-information-for-a-site.md#collect-local-monitoring-values). For existing sites, you can add a custom HTTPS certificate by following [Modify the local access configuration in a site](modify-local-access-configuration.md).
26108

27109
## November 2022
28110

@@ -115,6 +197,7 @@ The following is a comparison of templates using the 2022-04-01-preview and the
115197
```
116198

117199
# [2022-11-01 API](#tab/2022-11-01)
200+
118201
```json
119202
{
120203
...
@@ -166,43 +249,42 @@ The 2211 release for the Azure Private 5G Core packet core is now available. For
166249

167250
### Multiple data networks
168251

169-
**Type:** Feature
252+
**Type:** New feature
170253

171254
**Date available:** December 5, 2022
172255

173256
You can now configure up to three Attached Data Networks for each Packet Core instead of one. To use this feature, you must upgrade to the 2211 packet core release.
174257

175-
The operator can provision UEs as subscribed in one or more Data Networks and apply Data Network-specific policy and QoS, allowing UEs to use multiple Layer 3 uplink networks selected based on policy or UE preference.
258+
The operator can provision UEs as subscribed in one or more Data Networks and apply Data Network-specific policy and QoS, allowing UEs to use multiple Layer 3 uplink networks selected based on policy or UE preference.
176259

177-
Each Data Network can have its own configuration for DNS, UE IP address pools, N6 IP, and NAT. This concept also maps directly to 4G APNs.
260+
Each Data Network can have its own configuration for DNS, UE IP address pools, N6 IP, and NAT. This concept also maps directly to 4G APNs.
178261

179-
This feature has the following limitations:
262+
This feature has the following limitations:
180263

181264
- Once more than a single Data Network is configured, further configuration changes require the packet core to be reinstalled. To ensure this reinstall happens only after you have made all your changes, you must follow the process for installing and modifying as described in the documentation.
182265

183-
- VLAN separation of Data Networks is not supported. Only Layer 3 separation is supported (meaning you can't have overlapping IP address spaces across the Data Networks).
266+
- VLAN separation of Data Networks is not supported. Only Layer 3 separation is supported (meaning you can't have overlapping IP address spaces across the Data Networks).
184267

185268
- Metrics are not yet reported on a per-Data Network basis.
186269

187270
To add data networks to an existing site, see [Modify the packet core instance in a site](modify-packet-core.md). To create a new site, see [Create a site](create-a-site.md).
188271

189272
### Easier site deletion
190273

191-
**Type:** Feature
274+
**Type:** New feature
192275

193276
**Date available:** December 5, 2022
194277

195278
Previously, you had to delete all the ARM resources associated with a site before deleting the site resource. You can now delete a site and its associated resources in one step. See [Delete a site](delete-a-site.md).
196279

197280
### Azure Stack Edge (ASE) version validation
198281

199-
**Type:** Feature
282+
**Type:** New feature
200283

201284
**Date available:** December 5, 2022
202285

203286
You can no longer choose a packet core version that is incompatible with your ASE version when installing or upgrading the packet core. The install or upgrade will be blocked and the portal will display an error message. This only applies when using the Azure portal.
204287

205-
206288
## October 2022
207289

208290
### Packet core 2210

0 commit comments

Comments
 (0)