Skip to content

Commit d0a6e2a

Browse files
Merge pull request #266959 from SarahBoris/SarahBoris_02222024
final public preview updates
2 parents e536c24 + 63804a6 commit d0a6e2a

7 files changed

+30
-22
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ Use the following Azure CLI commands to deploy resources.
3636
## Related content
3737

3838
- [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)
3940

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following diagram shows EFK architecture:
3939
[:::image type="content" source="media/concept-observability-analytics/elasticsearch-fluentd-kibana-architecture.png" alt-text="Diagram of text boxes showing the Elasticsearch, Fluentd, and Kibana (EFK) distributed logging system used to troubleshoot microservices in Azure Operator 5G Core.":::](media/concept-observability-analytics/elasticsearch-fluentd-kibana-architecture-expanded.png#lightbox)
4040

4141
> [!NOTE]
42-
> The linked content is available only to customers with a current Affirmed Networks' support agreement. To access the content, you must have Affirmed Networks login credentials. If you need assistance, please speak to the Affirmed Networks Support Team.
42+
> The linked content is available only to customers with a current Affirmed Networks support agreement. To access the content, you must have Affirmed Networks login credentials. If you need assistance, please speak to the Affirmed Networks Support Team.
4343
4444
The EFK logging framework includes the following components:
4545

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Security monitoring of the application occurs through a combination of native al
4040

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

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Deploy Azure Operator 5G Core on Azure Kubernetes Service
3-
description: Learn how to deploy Azure Operator 5G Core on the Azure Kubernetes Service
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
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.
8-
ms.date: 02/21/2024
8+
ms.date: 02/22/2024
99

1010
---
1111

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

1414
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.
1515

@@ -119,7 +119,9 @@ Add System and User type node pools to the cluster with custom Linux configurati
119119
|linuxosconfig |"transparentHugePageEnabled: never". Configure **sysctls** settings as shown in Example ```linuxosconfig.json``` contents. |
120120

121121
The following example command adds the **System** node pool to the cluster:
122-
```
122+
123+
```azurecli
124+
123125
az aks nodepool add \
124126
--name system \
125127
--cluster-name ao5gce2e \
@@ -136,7 +138,9 @@ az aks nodepool add \
136138
--linux-os-config ./linuxosconfig.json
137139
```
138140
The following example command adds the **User** node pool to the cluster:
139-
```
141+
142+
```azurecli
143+
140144
az aks nodepool add \
141145
--name dataplane \
142146
--cluster-name ao5gce2e \
@@ -229,8 +233,8 @@ $ az network private-endpoint create --resource-group $RG_NAME --name $PRIVATE_E
229233
--group-id "file" --connection-name snet1-cnct
230234
```
231235

232-
## Next steps
236+
## Related content
233237

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ To add the namespace to fed-prometheus:
7777
## Related content
7878

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ 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: 02/21/2024
8+
ms.date: 02/22/2024
99

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

1313
# Quickstart: Deploy Azure Operator 5G Core observability 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.
1616

1717
## Deploy observability
1818

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,39 @@ author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.topic: tutorial #required; leave this attribute/value as-is
8-
ms.date: 02/21/2024
8+
ms.date: 02/22/2024
99

1010
---
1111

1212
# Tutorial: Configure Network Functions
1313

14-
This article describes how to configure a network function following deployment. It contains links to content available only to customers with a current Affirmed Networks' support agreement. To access the content, you must have Affirmed Networks login credentials. If you need assistance, speak to the Affirmed Networks Support Team.
14+
This article describes how to configure a network function following deployment. It contains links to configuration procedures for each network function type.
15+
16+
> [!NOTE]
17+
> The linked content is available only to customers with a current Affirmed Networks support agreement. To access the content, you must have Affirmed Networks login credentials. If you need assistance, please speak to the Affirmed Networks Support Team.
1518
1619

1720
## Configure a Session Management Function (SMF)
1821

19-
[SMF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/SMF/SMF_configuration.htm)
20-
[Interface Manager Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/Microservices/SMF_Specific/Config/interface_mgr-cna-interface-mgr_config.html)
22+
Use the procedures described in:
23+
- [SMF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/SMF/SMF_configuration.htm)
24+
- [Interface Manager Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/Microservices/SMF_Specific/Config/interface_mgr-cna-interface-mgr_config.html)
2125

2226
## Configure a User Plane Function (UPF)
2327

24-
[UPF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/UPF/Configuration.htm)
28+
Use the procedure described in [UPF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/UPF/Configuration.htm).
2529

2630
## Configure an Access and Mobility Management Function (AMF)
2731

28-
[AMF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/AMF/AMF_Configuration_Overview.htm )
32+
Use the procedure described in [AMF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/AMF/AMF_Configuration_Overview.htm ).
2933

3034
## Configure a Network Repository Function (NRF)
3135

32-
[NRF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/NRF/NRF_Functional_Overview.htm )
33-
Refer to the section "Configuration Management."
36+
Use the procedure described in [NRF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/NRF/NRF_Functional_Overview.htm ). Refer to the section "Configuration Management."
3437

3538
## Configure a Network Slice Selection Function (NSSF)
3639

37-
[NSSF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/NSSF/NSSF_Configuration_Overview.htm)
40+
Use the procedure described in [NSSF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/NSSF/NSSF_Configuration_Overview.htm).
3841

3942

4043
## Related content

0 commit comments

Comments
 (0)