Skip to content

Commit 29c8e8a

Browse files
committed
added Preview to titles, metadata and 1st instance in body
1 parent a9b3fb9 commit 29c8e8a

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Centralized lifecycle management in Azure Operator 5G Core
3-
description: Outlines the benefit of Azure Operator 5G Core's centralized lifecycle management feature.
2+
title: Centralized lifecycle management in Azure Operator 5G Core Preview
3+
description: Outlines the benefit of Azure Operator 5G Core's (preview) centralized lifecycle management feature.
44
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: 02/21/2024
8+
ms.date: 02/27/2024
99

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

1313

14-
# Centralized Lifecycle Management in Azure Operator 5G Core
14+
# Centralized Lifecycle Management in Azure Operator 5G Core Preview
1515

16-
The Azure Operator 5G Core 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:
1717
- Access and Mobility Management Function (AMF)
1818
- Session Management Function (SMF)
1919
- User Plane Function (UPF)

articles/operator-5g-core/concept-deployment-order.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Operator 5G Core Deployment ordering for clusters, network functions, and observability
2+
title: Azure Operator 5G Core Preview Deployment ordering for clusters, network functions, and observability
33
description: Outlines the deployment order for components on Azure Kubernetes Services or Nexus Azure Kubernetes Services
44
author: HollyCl
55
ms.author: HollyCl
@@ -35,6 +35,6 @@ Use the following Azure CLI commands to deploy resources.
3535

3636
## Related content
3737

38-
- [Complete the prerequisites to deploy Azure Operator 5G Core on Azure Kubernetes Service](how-to-complete-prerequisites-deploy-azure-kubernetes-service.md)
39-
- [Complete the prerequisites to deploy Azure Operator 5G Core on Nexus Azure Kubernetes Service](how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md)
38+
- [Complete the prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service](how-to-complete-prerequisites-deploy-azure-kubernetes-service.md)
39+
- [Complete the prerequisites to deploy Azure Operator 5G Core Preview on Nexus Azure Kubernetes Service](how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md)
4040

articles/operator-5g-core/concept-observability-analytics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Observability and analytics in Azure Operator 5G Core
3-
description: Learn how observability and analytics are used in Azure Operator 5G Core
2+
title: Observability and analytics in Azure Operator 5G Core Preview
3+
description: Learn how observability and analytics are used in Azure Operator 5G Core Preview
44
author: SarahBoris
55
ms.author: sboris
66
ms.service: azure-operator-5g-core
@@ -10,13 +10,13 @@ ms.date: 02/21/2024
1010

1111
---
1212

13-
# Observability and analytics in Azure Operator 5G Core
13+
# Observability and analytics in Azure Operator 5G Core Preview
1414

1515
Observability has three pillars: metrics, tracing, and logs. AO5GC bundles these observability tools to help you identify, investigate, and resolve problems. In addition, AO5GC alerts provide notifications based on metrics and logs.
1616

1717
## Observability overview
1818

19-
The following components provide observability for Azure Operator 5G Core:
19+
The following components provide observability for Azure Operator 5G Core (preview):
2020

2121
[:::image type="content" source="media/concept-observability-analytics/observability-overview.png" alt-text="Diagram of text boxes showing the components that support observability functions for Azure Operator 5G Core.":::](media/concept-observability-analytics/observability-overview-expanded.png#lightbox)
2222

@@ -205,5 +205,5 @@ Jaeger tracing uses the following workflow:
205205
1. The Jaeger collector stores the traces in Elastic backend storage (fed-elastic).
206206

207207
## Related content
208-
- [What is Azure Operator 5G Core?](overview-product.md)
209-
- [Quickstart: Deploy Azure Operator 5G Core observability on Azure Kubernetes Services (AKS)](quickstart-deploy-observability.md)
208+
- [What is Azure Operator 5G Core Preview?](overview-product.md)
209+
- [Quickstart: Deploy Azure Operator 5G Core observability (preview) on Azure Kubernetes Services (AKS)](quickstart-deploy-observability.md)

articles/operator-5g-core/concept-security.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Security in Azure Operator 5G Core
3-
description: Review the security features embedded in Azure Operator 5G Core
2+
title: Security in Azure Operator 5G Core Preview
3+
description: Review the security features embedded in Azure Operator 5G Core Preview
44
author: SarahBoris
55
ms.author: sboris
66
ms.service: azure-operator-5g-core
77
ms.topic: concept-article #required; leave this attribute/value as-is.
88
ms.date: 02/21/2024
99
---
1010

11-
# Security in Azure Operator 5G Core
11+
# Security in Azure Operator 5G Core Preview
1212

13-
Microsoft is built on Zero Trust security, including Azure Operator 5G Core. Rather than assuming that everything behind the corporate firewall is safe, Zero Trust assumes an open environment where trust must always be validated. Zero Trust is equally applied to all workload environments, both on Nexus and on Azure.
13+
Microsoft is built on Zero Trust security, including Azure Operator 5G Core Preview. Rather than assuming that everything behind the corporate firewall is safe, Zero Trust assumes an open environment where trust must always be validated. Zero Trust is equally applied to all workload environments, both on Nexus and on Azure.
1414

1515
Zero Trust follows Azure Operator 5G Core from development through deployment and monitoring.
1616

@@ -39,5 +39,5 @@ Security monitoring of the application occurs through a combination of native al
3939
- Microsoft Defender – Optional protection from cyber threats and vulnerabilities.
4040

4141
## Related content
42-
- [What is Azure Operator 5G Core?](overview-product.md)
43-
- [Observability and analytics in Azure Operator 5G Core](concept-observability-analytics.md)
42+
- [What is Azure Operator 5G Core Preview?](overview-product.md)
43+
- [Observability and analytics in Azure Operator 5G Core Preview](concept-observability-analytics.md)

0 commit comments

Comments
 (0)