Skip to content

Commit 551bb61

Browse files
Merge pull request #267441 from HollyCl/HollyCl227_1
added preview to how-to articles and security concept article
2 parents 1874ab8 + 106a3cc commit 551bb61

5 files changed

+30
-30
lines changed

articles/operator-5g-core/how-to-complete-prerequisites-deploy-azure-kubernetes-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Prerequisites to deploy Azure Operator 5G Core on Azure Kubernetes Service
3-
description: Learn how to complete the prerequisites necessary to deploy Azure Operator 5G Core on the Azure Kubernetes Service
2+
title: Prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service
3+
description: Learn how to complete the prerequisites necessary to deploy Azure Operator 5G Core Preview on the Azure Kubernetes Service
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -9,9 +9,9 @@ ms.date: 02/22/2024
99

1010
---
1111

12-
# Complete the prerequisites to deploy Azure Operator 5G Core on Azure Kubernetes Service
12+
# Complete the prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service
1313

14-
This article shows you how to deploy Azure Operator 5G Core on the Azure Kubernetes Service. The first portion discusses the initial cluster creation; the second shows you how to modify the cluster to add the data plane ports.
14+
This article shows you how to deploy Azure Operator 5G Core Preview on the Azure Kubernetes Service. The first portion discusses the initial cluster creation; the second shows you how to modify the cluster to add the data plane ports.
1515

1616
## Prerequisites
1717

@@ -236,5 +236,5 @@ $ az network private-endpoint create --resource-group $RG_NAME --name $PRIVATE_E
236236
## Related content
237237

238238
- Learn about the [Deployment order on Azure Kubernetes Services](concept-deployment-order.md).
239-
- [Deploy Azure Operator 5G Core](how-to-deploy-5g-core.md).
239+
- [Deploy Azure Operator 5G Core Preview](how-to-deploy-5g-core.md).
240240
- [Deploy a network function](quickstart-deploy-network-functions.md).

articles/operator-5g-core/how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Prerequisites to deploy Azure Operator 5G Core on Nexus Azure Kubernetes Service
3-
description: Learn how to complete the prerequisites necessary to deploy Azure Operator 5G Core on the Nexus Azure Kubernetes Service.
2+
title: Prerequisites to deploy Azure Operator 5G Core Preview on Nexus Azure Kubernetes Service
3+
description: Learn how to complete the prerequisites necessary to deploy Azure Operator 5G Core Preview on the Nexus Azure Kubernetes Service.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -10,7 +10,7 @@ ms.date: 02/22/2024
1010
#CustomerIntent: As a < type of user >, I want < what? > so that < why? >.
1111
---
1212

13-
# Complete the prerequisites to deploy Azure Operator 5G Core on Nexus Azure Kubernetes Service
13+
# Complete the prerequisites to deploy Azure Operator 5G Core Preview on Nexus Azure Kubernetes Service
1414
This article describes how to provision a Nexus Azure Kubernetes Service (NAKS) cluster by creating:
1515

1616
- Network fabric (connectivity) resources
@@ -310,7 +310,7 @@ Use the following destination to run containers that have their endpoints stored
310310

311311
## Create Cloud Services Networks
312312

313-
You must create a separate CSN instance for each NAKS cluster when you deploy Azure Operator 5G Core on the Nexus platform.
313+
You must create a separate CSN instance for each NAKS cluster when you deploy Azure Operator 5G Core Preview on the Nexus platform.
314314
Adjust the additional-egress-endpoints list based on the previous description and lists.
315315

316316
```azurecli
@@ -463,5 +463,5 @@ az customlocation create -n <CUSTOM-LOCATION-NAME> \
463463
## Related content
464464

465465
- Learn about the [Deployment order](concept-deployment-order.md).
466-
- [Deploy Azure Operator 5G Core](how-to-deploy-5g-core.md).
466+
- [Deploy Azure Operator 5G Core Preview](how-to-deploy-5g-core.md).
467467
- [Deploy a network function](quickstart-deploy-network-functions.md).

articles/operator-5g-core/how-to-deploy-5g-core.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to Deploy Azure Operator 5G Core
3-
description: Learn how to deploy Azure Operator 5G core using Bicep Scripts, PowerShell, and Azure CLI.
2+
title: How to Deploy Azure Operator 5G Core Preview
3+
description: Learn how to deploy Azure Operator 5G core Preview using Bicep Scripts, PowerShell, and Azure CLI.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
@@ -9,9 +9,9 @@ ms.date: 02/21/2024
99
#CustomerIntent: As a < type of user >, I want < what? > so that < why? >.
1010
---
1111

12-
# Deploy Azure Operator 5G Core
12+
# Deploy Azure Operator 5G Core Preview
1313

14-
Azure Operator 5G Core is deployed using the Azure Operator 5G Core Resource Provider (RP). Bicep scripts are bundled along with empty parameter files for each Mobile Packet Core resource. These resources are:
14+
Azure Operator 5G Core Preview is deployed using the Azure Operator 5G Core Resource Provider (RP). Bicep scripts are bundled along with empty parameter files for each Mobile Packet Core resource. These resources are:
1515

1616
- Microsoft.MobilePacketCore/clusterServices - per cluster PaaS services
1717
- Microsoft.MobilePacketCore/amfDeployments - AMF/MME network function
@@ -27,8 +27,8 @@ Before you can successfully deploy Azure Operator 5G Core, you must:
2727
- [Register your resource provider](../azure-resource-manager/management/resource-providers-and-types.md) for the HybridNetwork and MobilePacketCore namespaces.
2828

2929
Based on your deployment environments, complete one of the following:
30-
- [Prerequisites to deploy Azure Operator 5G Core on Azure Kubernetes Service](how-to-complete-prerequisites-deploy-azure-kubernetes-service.md).
31-
- [Prerequisites to deploy Azure Operator 5G Core on Nexus Azure Kubernetes Service](how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md)
30+
- [Prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service](how-to-complete-prerequisites-deploy-azure-kubernetes-service.md).
31+
- [Prerequisites to deploy Azure Operator 5G Core Preview on Nexus Azure Kubernetes Service](how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md)
3232

3333

3434
## Post cluster creation
@@ -101,4 +101,4 @@ New-AzResourceGroupDeployment `
101101
```
102102
## Next step
103103

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

articles/operator-5g-core/how-to-monitor-deployment-status.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Monitoring the deployment status of Azure Operator 5G Core
3-
description: Monitor the deployment status of your Azure Operator 5G Core and its components
2+
title: Monitoring the deployment status of Azure Operator 5G Core Preview
3+
description: Monitor the deployment status of your Azure Operator 5G Core Preview and its components
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.topic: how-to #required; leave this attribute/value as-is.
88
ms.date: 02/21/2024
99
---
1010

11-
# Monitor the status of your Azure Operator 5G Core deployment
11+
# Monitor the status of your Azure Operator 5G Core Preview deployment
1212

13-
Azure Operator 5G Core provides network function health check information using the Azure portal.
13+
Azure Operator 5G Core Preview provides network function health check information using the Azure portal.
1414

1515
## View health check information
1616

@@ -25,5 +25,5 @@ You can also view the status of pods in each cluster.
2525

2626
## Related content
2727

28-
- [Observability and analytics in Azure Operator 5G Core](concept-observability-analytics.md)
29-
- [Perform health and configuration checks post-deployment in Azure Operator 5G Core](how-to-perform-checks-post-deployment.md)
28+
- [Observability and analytics in Azure Operator 5G Core Preview](concept-observability-analytics.md)
29+
- [Perform health and configuration checks post-deployment in Azure Operator 5G Core Preview](how-to-perform-checks-post-deployment.md)

articles/operator-5g-core/how-to-perform-checks-post-deployment.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Performing health checks post-deployment in Azure Operator 5G Core
2+
title: Performing health checks post-deployment in Azure Operator 5G Core Preview
33
description: Learn how to ensure your deployment is running at its highest capacity by performing health checks post-deployment.
44
author: HollyCl
55
ms.author: HollyCl
@@ -12,9 +12,9 @@ ms.date: 02/21/2024
1212
---
1313

1414

15-
# Perform health and configuration checks post-deployment in Azure Operator 5G Core
15+
# Perform health and configuration checks post-deployment in Azure Operator 5G Core Preview
1616

17-
After Azure Operator 5G Core is deployed, you can perform health and configuration checks on the deployment. You must enable an ARC extension to monitor your deployment.
17+
After Azure Operator 5G Core Preview is deployed, you can perform health and configuration checks on the deployment. You must enable an ARC extension to monitor your deployment.
1818

1919
## Set up the Azure CLI
2020

@@ -33,7 +33,7 @@ After Azure Operator 5G Core is deployed, you can perform health and configurati
3333
Enter the following command to configure the ARC:
3434
`az connectedk8s connect --name <ConnectedK8sName> --resource-group <ResourceGroupName>`
3535

36-
## Deploy the Azure Operator 5G Core extension
36+
## Deploy the Azure Operator 5G Core Preview extension
3737

3838
1. Enter the following commands to deploy the Azure Operator 5G Core extension:
3939

@@ -62,7 +62,7 @@ az k8s-extension delete \
6262
--cluster-type connectedClusters \
6363
```
6464

65-
## Set permission for Azure Operator 5G Core extension to access metrics
65+
## Set permission for Azure Operator 5G Core Preview extension to access metrics
6666

6767
By default, the fed-prometheus cluster can be reached only from a small set of predefined namespaces. You must add the newly created **ao5gc-monitor** to the allowlist to obtain observability metrics.
6868

@@ -76,5 +76,5 @@ To add the namespace to fed-prometheus:
7676

7777
## Related content
7878

79-
- [Monitor the status of your Azure Operator 5G Core deployment](how-to-monitor-deployment-status.md)
80-
- [Observability and analytics in Azure Operator 5G Core](concept-observability-analytics.md)
79+
- [Monitor the status of your Azure Operator 5G Core Preview deployment](how-to-monitor-deployment-status.md)
80+
- [Observability and analytics in Azure Operator 5G Core Preview](concept-observability-analytics.md)

0 commit comments

Comments
 (0)