Skip to content

Commit 76655ff

Browse files
committed
acrolinx tweaks
1 parent b87bb34 commit 76655ff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ This page is updated regularly with the latest developments in Azure Private 5G
3434

3535
The 2022-11-01 ARM API release introduces the ability to configure several upcoming Azure Private 5G Core features. From December 12, 2022-11-01 is the default API version for Azure Private 5G Core deployments.
3636

37-
If you use the Azure portal to manage your deployment and all your resources were created using the 2022-04-01-preview API, you do not need to do anything. Your portal will use the new API and any differences between the APIs are handled automatically.
37+
If you use the Azure portal to manage your deployment and all your resources were created using the 2022-04-01-preview API, you don't need to do anything. Your portal will use the new API and any differences between the APIs are handled automatically.
3838

3939
If you use ARM templates and want to keep using your existing templates, follow [Upgrade your ARM templates to the 2022-11-01 API](#upgrade-your-arm-templates-to-the-2022-11-01-api) to upgrade your 2022-04-01-preview API templates to the 2022-11-01 API.
4040

41-
If you used an API version older than 2022-04-01-preview to create any of your resources, you need to take action to prevent them from becoming unmanageable. As soon as possible, delete these resources and redeploy them using the new 2022-11-01 API, either using the Azure portal or by upgrading your ARM templates as described in [Upgrade your ARM templates to the 2022-11-01 API](#upgrade-your-arm-templates-to-the-2022-11-01-api). Note that these instructions may not be comprehensive for older templates.
41+
If you used an API version older than 2022-04-01-preview to create any of your resources, you need to take action to prevent them from becoming unmanageable. As soon as possible, delete these resources and redeploy them using the new 2022-11-01 API. You can redeploy the resources using the Azure portal or by upgrading your ARM templates as described in [Upgrade your ARM templates to the 2022-11-01 API](#upgrade-your-arm-templates-to-the-2022-11-01-api). These instructions may not be comprehensive for older templates.
4242

4343
#### Upgrade your ARM templates to the 2022-11-01 API
4444

@@ -47,7 +47,7 @@ Make the following changes for each 2022-04-01-preview API template that you wan
4747
1. In the **Packet Core Control Plane** resource:
4848
1. Remove the field **properties.mobileNetwork**.
4949
2. Add the new mandatory field **properties.sites**. This array must contain a reference to the site resource under which this control plane is being created.
50-
3. Add the new mandatory field **properties.localDiagnosticsAccess.authenticationType**. This is an enum governing how users of local diagnostics APIs will be authenticated. Set this to **Password**.
50+
3. Add the new mandatory field **properties.localDiagnosticsAccess.authenticationType**. This field is an enum governing how users of local diagnostics APIs will be authenticated. Set this to **Password**.
5151
4. Update the field **properties.sku** according to the mapping in the following table.
5252

5353
| 2022-04-01-preview API | 2022-11-01 API |
@@ -64,7 +64,7 @@ Make the following changes for each 2022-04-01-preview API template that you wan
6464
1. In the **Sites** resource, remove the field **properties.networkFunctions**. This field is now read-only and will be ignored if provided.
6565
1. Move the **Sites** resource above the **packetCoreControlPlanes** resource. This ensures that the resources are created in the required order.
6666

67-
See below for a comparison between templates using the 2022-04-01-preview and the 2022-11-01 APIs.
67+
The following is a comparison of templates using the 2022-04-01-preview and the 2022-11-01 APIs.
6868

6969
# [2022-04-01-preview API](#tab/2022-04-01-preview)
7070

@@ -172,11 +172,11 @@ This feature has the following limitations:
172172

173173
- Once more than a single Data Network is configured, further configuration changes require the packet core to be reinstalled.
174174

175-
- VLAN separation of Data Networks is not supported. Only Layer 3 separation is supported (meaning overlapping IP address spaces across the Data Networks are not possible).
175+
- 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).
176176

177177
- Metrics are not yet reported on a per-Data Network basis.
178178

179-
To add additional 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).
179+
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).
180180

181181
### Easier site deletion
182182

@@ -192,7 +192,7 @@ Previously, you had to delete all the ARM resources associated with a site befor
192192

193193
**Date available:** December 5, 2022
194194

195-
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. Note that this only applies when using the Azure portal.
195+
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.
196196

197197

198198
## October 2022
@@ -230,7 +230,7 @@ For more information, see [Customer-managed key encryption at rest](security.md#
230230
### Fixes and enhancements
231231

232232
- October 5, 2022: Time to provision SIMs greatly reduced
233-
- October 11, 2022: Fixed bug which prevented the creation/update of ADN objects
233+
- October 11, 2022: Fixed bug that prevented the creation/update of ADN objects
234234

235235
## Next steps
236236

0 commit comments

Comments
 (0)