Skip to content

Commit 5fd9cc2

Browse files
Merge pull request #267428 from HollyCl/HollyCl227
updated landing page to contain 'Preview' on product name
2 parents f7a1bfc + fef8663 commit 5fd9cc2

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
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,9 +10,9 @@ 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

15-
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.
15+
Observability has three pillars: metrics, tracing, and logs. Azure Operator 5G Core Preview bundles these observability tools to help you identify, investigate, and resolve problems. In addition, Azure Operator 5G Core alerts provide notifications based on metrics and logs.
1616

1717
## Observability overview
1818

@@ -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)

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Landing
22

3-
title: Azure Operator 5G Core documentation
4-
summary: Learn how to securely deploy and manage mobile networks for 5G Internet of Things (IoT) devices using Azure Operator 5G Core.
3+
title: Azure Operator 5G Core Preview documentation
4+
summary: Learn how to securely deploy and manage mobile networks for 5G Internet of Things (IoT) devices using Azure Operator 5G Core Preview.
55

66
metadata:
7-
title: Azure Operator 5G Core documentation
8-
description: Learn how to securely deploy and manage private mobile networks for 5G Internet of Things (IoT) devices using Azure Operator 5G Core.
7+
title: Azure Operator 5G Core Preview documentation
8+
description: Learn how to securely deploy and manage private mobile networks for 5G Internet of Things (IoT) devices using Azure Operator 5G Core Preview.
99
ms.service: azure-operator-5g-core-operator-5g-core
1010
ms.topic: landing-page
1111
author: HollyCl
@@ -18,11 +18,11 @@ landingContent:
1818
# Cards and links should be based on top customer tasks or top subjects
1919
# Start card title with a verb
2020
# Card
21-
- title: About Azure Operator 5G Core
21+
- title: About Azure Operator 5G Core Preview
2222
linkLists:
2323
- linkListType: overview
2424
links:
25-
- text: What is Azure Operator 5G Core?
25+
- text: What is Azure Operator 5G Core Preview?
2626
url: overview-product.md
2727
- linkListType: concept
2828
links:
@@ -32,11 +32,11 @@ landingContent:
3232
url: concept-security.md
3333
- linkListType: quickstart
3434
links:
35-
- text: Get access to Azure Operator 5G Core
35+
- text: Get access to Azure Operator 5G Core Preview
3636
url: quickstart-subscription.md
3737
- linkListType: how-to-guide
3838
links:
39-
- text: Deploy Azure Operator 5G Core
39+
- text: Deploy Azure Operator 5G Core Preview
4040
url: how-to-deploy-5g-core.md
4141
# Card
4242
- title: Learn about network functions

0 commit comments

Comments
 (0)