Skip to content

Commit ccafecc

Browse files
committed
added preview for quickstarts, tutorial and overview articles
1 parent 11f28b5 commit ccafecc

7 files changed

+25
-25
lines changed

articles/operator-5g-core/overview-product.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: What is Azure Operator 5G Core?
3-
description: Azure Operator 5G Core is a carrier-grade, Any-G, hybrid mobile packet core with fully integrated network functions that run both on-premises and in-cloud.
2+
title: What is Azure Operator 5G Core Preview?
3+
description: Azure Operator 5G Core Preview is a carrier-grade, Any-G, hybrid mobile packet core with fully integrated network functions that run both on-premises and in-cloud.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -10,9 +10,9 @@ ms.date: 02/21/2024
1010

1111
---
1212

13-
# What is Azure Operator 5G Core?
13+
# What is Azure Operator 5G Core Preview?
1414

15-
Azure Operator 5G Core is a carrier-grade, Any-G, hybrid mobile packet core with fully integrated network functions that run both on-premises and in-cloud. Service providers can deploy resilient networks with high performance and at high capacity while maintaining low latency. Azure Operator 5G Core is ideal for Tier 1 consumer networks, mobile network operators (MNO), virtual network operators (MVNOs), enterprises, IoT, fixed wireless access (FWA), and satellite network operators (SNOs).
15+
Azure Operator 5G Core Preview is a carrier-grade, Any-G, hybrid mobile packet core with fully integrated network functions that run both on-premises and in-cloud. Service providers can deploy resilient networks with high performance and at high capacity while maintaining low latency. Azure Operator 5G Core is ideal for Tier 1 consumer networks, mobile network operators (MNO), virtual network operators (MVNOs), enterprises, IoT, fixed wireless access (FWA), and satellite network operators (SNOs).
1616

1717
The power of Azure's global footprint ensures global coverage and operating infrastructure at scale, coupled with Microsoft’s Zero Trust security framework to provide secure and reliable connectivity to cloud applications. 
1818

@@ -114,4 +114,4 @@ The table shows which versions of Azure Kubernetes/Nexus Azure Kubernetes K8s ar
114114

115115
## Related content
116116

117-
- [Centralized Lifecycle Management in Azure Operator 5G Core](concept-centralized-lifecycle-management.md)
117+
- [Centralized Lifecycle Management in Azure Operator 5G Core Preview](concept-centralized-lifecycle-management.md)

articles/operator-5g-core/quickstart-configure-network-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure a network function in Azure Operator 5G Core
2+
title: Configure a network function in Azure Operator 5G Core Preview
33
description: Learn the high-level process for configuring a network function.
44
author: HollyCl
55
ms.author: HollyCl
@@ -9,9 +9,9 @@ ms.date: 02/22/2024
99

1010
---
1111

12-
# Quickstart: Configure a network function in Azure Operator 5G Core
12+
# Quickstart: Configure a network function in Azure Operator 5G Core Preview
1313

14-
Azure Operator 5G Core supports direct configuration of the first party packet core network functions deployed on Azure and Nexus by:
14+
Azure Operator 5G Core Preview supports direct configuration of the first party packet core network functions deployed on Azure and Nexus by:
1515

1616
- enabling SSH access to port 22 of network configuration management pods directly.
1717
- enabling configuration of network functions through CLI or by NETCONF to port 830, or by RESTCONF to port 443.

articles/operator-5g-core/quickstart-delete-network-function-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Delete a network function deployment and/or ClusterServices in Azure Operator 5G Core
2+
title: Delete a network function deployment and/or ClusterServices in Azure Operator 5G Core Preview
33
description: Learn the high-level process to delete a network function deployment and/or ClusterServices.
44
author: HollyCl
55
ms.author: HollyCl
@@ -8,13 +8,13 @@ ms.topic: quickstart #required; leave this attribute/value as-is
88
ms.date: 02/21/2024
99

1010
---
11-
# Quickstart: Delete a network function deployment or ClusterServices in Azure Operator 5G Core
11+
# Quickstart: Delete a network function deployment or ClusterServices in Azure Operator 5G Core Preview
1212

1313
This quickstart shows you the Azure CLI commands you can use to delete a network function deployment or ClusterServices.
1414

1515
## Azure CLI commands
1616

17-
Use the following Azure CLI commands to delete the Azure Operator 5G Core resources:
17+
Use the following Azure CLI commands to delete the Azure Operator 5G Core (preview) resources:
1818

1919
`$ az resource delete --ids /subscriptions/${SUB}/resourceGroups/${RGName}/providers/Microsoft.MobilePacketCore/amfDeployments/${ResourceName}`
2020

articles/operator-5g-core/quickstart-deploy-network-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 02/21/2024
1212

1313
# Quickstart: Deploy a network function on Azure Kubernetes Services (AKS) or Nexus Azure Kubernetes Services (NAKS)
1414

15-
This quickstart shows you how to deploy various network functions, including SMF, UPF, NRF, NSSF, AMF, MME, and a VNF_Agent in Azure Operator 5G Core.
15+
This quickstart shows you how to deploy various network functions, including SMF, UPF, NRF, NSSF, AMF, MME, and a VNF_Agent in Azure Operator 5G Core Preview.
1616

1717
## Deploy network function using Azure CLI
1818

@@ -29,4 +29,4 @@ New-AzResourceGroupDeployment `
2929

3030
## Related content
3131

32-
- [Quickstart: Monitor the status of your Azure Operator 5G Core deployment](how-to-monitor-deployment-status.md)
32+
- [Quickstart: Monitor the status of your Azure Operator 5G Core Preview deployment](how-to-monitor-deployment-status.md)

articles/operator-5g-core/quickstart-deploy-observability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy Azure Operator 5G Core observability on Azure Kubernetes Services
3-
description: Learn the high-level process to deploy Azure Operator 5G Core observability on Azure Kubernetes Services.
2+
title: Deploy Azure Operator 5G Core observability(preview) on Azure Kubernetes Services
3+
description: Learn the high-level process to deploy Azure Operator 5G Core observability (preview) on Azure Kubernetes Services.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -10,9 +10,9 @@ ms.date: 02/22/2024
1010
#CustomerIntent: As a < type of user >, I want < what? > so that < why? >.
1111
---
1212

13-
# Quickstart: Deploy Azure Operator 5G Core observability on Azure Kubernetes Services (AKS) or Nexus Azure Kubernetes Services (NAKS)
13+
# Quickstart: Deploy Azure Operator 5G Core observability (preview) on Azure Kubernetes Services (AKS) or Nexus Azure Kubernetes Services (NAKS)
1414

15-
Use the following Azure CLI commands to deploy observability resources for Azure Operator 5G Core.
15+
Use the following Azure CLI commands to deploy observability resources for Azure Operator 5G Core Preview.
1616

1717
## Deploy observability
1818

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Get access to Azure Operator 5G Core
3-
description: See the criteria to gain access to Azure Operator 5G Core subscription, and apply for access.
2+
title: Get access to Azure Operator 5G Core Preview
3+
description: See the criteria to gain access to Azure Operator 5G Core Preview subscription, and apply for access.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -10,12 +10,12 @@ ms.date: 02/22/2024
1010
#CustomerIntent: As a < type of user >, I want < what? > so that < why? >.
1111
---
1212

13-
# Quickstart: Get Access to Azure Operator 5G Core
13+
# Quickstart: Get Access to Azure Operator 5G Core Preview
1414

15-
Access is currently limited. For now, we're working with customers that have an existing technical partnership with Microsoft and that have targeted specific use cases. In addition to applying for initial access, all requests for Azure Operator 5G Core are required to go through a use case review.
15+
Access is currently limited. For now, we're working with customers that have an existing technical partnership with Microsoft and that have targeted specific use cases. In addition to applying for initial access, all requests for Azure Operator 5G Core Previeware required to go through a use case review.
1616

1717

18-
## Apply for access to Azure Operator 5G Core
18+
## Apply for access to Azure Operator 5G Core Preview
1919

2020
[Apply here](https://aka.ms/AO5GC-Activation-Request) for initial access.
2121

articles/operator-5g-core/tutorial-configure-network-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure network functions in Azure Operator 5G Core
3-
description: This tutorial outlines the process to configure specific network functions--including SMF, UPF, AMF, NRF, and NSSF--in Azure Operator 5G Core.
2+
title: Configure network functions in Azure Operator 5G Core Preview
3+
description: This tutorial outlines the process to configure specific network functions--including SMF, UPF, AMF, NRF, and NSSF--in Azure Operator 5G Core Preview.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -42,6 +42,6 @@ Use the procedure described in [NSSF Configuration](https://manuals.metaswitch.c
4242

4343
## Related content
4444

45-
- [Quickstart: Configure a network function in Azure Operator 5G Core](quickstart-configure-network-function.md)
45+
- [Quickstart: Configure a network function in Azure Operator 5G Core Preview](quickstart-configure-network-function.md)
4646
- [Quickstart: Deploy a network function on Azure Kubernetes Services (AKS)](quickstart-deploy-network-functions.md)
4747

0 commit comments

Comments
 (0)