Skip to content

Commit 1f63a6e

Browse files
author
Jill Grant
authored
Merge pull request #270509 from HollyCl/concepts328
updated quickstart-subscription and concept-lcm articles
2 parents b7d3692 + c4249f4 commit 1f63a6e

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

articles/operator-5g-core/concept-centralized-lifecycle-management.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,38 @@ author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.topic: concept-article #required; leave this attribute/value as-is.
8-
ms.date: 03/07/2024
8+
ms.date: 03/28/2024
99

1010
#CustomerIntent: As a <type of user>, I want <what?> so that <why?>.
1111
---
1212

1313

1414
# Centralized Lifecycle Management in Azure Operator 5G Core Preview
1515

16-
The Azure Operator 5G Core (preview) Resource Provider (RP) is responsible for the lifecycle management (LCM) of the following Azure Operator 5G Core network functions:
16+
The Azure Operator 5G Core (preview) Resource Provider (RP) is responsible for the lifecycle management (LCM) of the following Azure Operator 5G Core network functions and the dependent shared services:
1717
- Access and Mobility Management Function (AMF)
1818
- Session Management Function (SMF)
1919
- User Plane Function (UPF)
2020
- Network Repository Function (NRF)
2121
- Network Slice Selection Function (NSSF)
22-
- Mobility Management Entity (MME)
23-
24-
> [!NOTE]
25-
> AMF and MME can be deployed as combined network functions by adjusting the helm manifests.
2622

2723
Lifecycle Management consists of the following operations:
2824
- Instantiation
2925
- Upgrade (out of scope for Public Preview)
3026
- Termination
3127

32-
The Azure Resource Manager (ARM) model that is used for lifecycle management is shown here:
33-
34-
> [!NOTE]
35-
> The CNFs are included for Public Preview while the VNFs (VNFAgent and vMME) are targeted for GA release.
28+
The Azure Resource Manager (ARM) model that is used for lifecycle management is shown here.
3629

3730
:::image type="content" source="media/concept-centralized-lifecycle-management/lifecycle-management-model.png" alt-text="Diagram showing the containerized network functions and virtualized network functions responsible for lifecycle management in Azure Operator 5G Core.":::
3831

39-
Network function deployments require fully deployed local Platform as a Service (PaaS) components (provided by the ClusterServices resource). Any attempt to deploy a network function resource before the ClusterServices deployment fails. ARM templates are serial in nature and don't proceed until dependent templates are complete. This process prevents network function templates from being deployed before the ClusterServices template is complete. Observability deployments also fail if local PaaS deployment is incomplete.
40-
41-
The deployments for cMME and AnyG are variations on the existing helm charts. Creation of these functions is a matter of specifying different input Helm values. The Azure Operator 5G Core RP uses the Network Function Manager (NFM) Resource Provider to perform this activity.
32+
Network function deployments require fully deployed local Platform as a Service (PaaS) components (provided by the ClusterServices resource). Any attempt to deploy a network function resource before the ClusterServices deployment fails. The Azure Operator 5G Core ARM templates are serial in nature and don't proceed until dependent templates are complete. This process prevents network function templates from being deployed before the ClusterServices template is complete. Observability deployments also fail if local PaaS deployment is incomplete.
4233

43-
Azure Operator 5G Core network function images and Helm charts are Azure-managed and accessed by the Azure Operator 5G Core Resource Provider for lifecycle management operations.
4434

4535
## Local observability
4636

47-
Local Observability is provided by Azure Operator 5G Core Observability components listed in the diagram. Because the Observability function is local, it also available in break-glass scenarios for Nexus where the interfaces can be accessed locally.
37+
Local Observability is provided by Azure Operator 5G Core Observability components including Prometheus, FluentD, Elastic, Grafana, and Jaegar. Because the Observability function is local, it also available in break-glass scenarios for Nexus when connectivity to Azure is down and the services can be accessed locally.
4838

49-
:::image type="content" source="media/concept-centralized-lifecycle-management/local-observability.png" alt-text="Diagram showing how Azure Operator 5G Core observability components are used in Azure Operator 5G Core." lightbox="media/concept-centralized-lifecycle-management/local-observability.png":::
50-
51-
52-
## Next Step
39+
## Related content
5340

54-
- [Quickstart: Get Access to Azure Operator 5G Core](quickstart-subscription.md)
41+
- [Quickstart: Get Access to Azure Operator 5G Core](quickstart-subscription.md)
42+
- [Deployment order for clusters, network functions, and observability](concept-deployment-order.md)
25.9 KB
Loading

articles/operator-5g-core/quickstart-subscription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.topic: quickstart #required; leave this attribute/value as-is
8-
ms.date: 03/07/2024
8+
ms.date: 03/28/2024
99
---
1010

1111
# Quickstart: Get Access to Azure Operator 5G Core Preview
@@ -14,10 +14,10 @@ Access is currently limited. For now, we're working with customers that have an
1414

1515
## Apply for access to Azure Operator 5G Core Preview
1616

17-
[Apply here](https://aka.ms/AO5GC-Activation-Request) for initial access.
17+
[Apply here](https://aka.ms/AO5GC-Activation-Request) for initial access. Contact your account lead for updates on access status.
1818

1919
## Related content
2020

2121
[What is Azure Operator 5G Core?](overview-product.md)
22-
[Deployment order for clusters, network functions, and observability](concept-deployment-order.md)
23-
[Deploy Azure Operator 5G Core](quickstart-deploy-5g-core.md)
22+
[Deploy Azure Operator 5G Core](quickstart-deploy-5g-core.md)
23+
[Deployment order for clusters, network functions, and observability](concept-deployment-order.md)

0 commit comments

Comments
 (0)