You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-5g-core/concept-deployment-order.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,5 @@ Use the following Azure CLI commands to deploy resources.
36
36
## Related content
37
37
38
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)
Copy file name to clipboardExpand all lines: articles/operator-5g-core/concept-observability-analytics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following diagram shows EFK architecture:
39
39
[:::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)
40
40
41
41
> [!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.
43
43
44
44
The EFK logging framework includes the following components:
Copy file name to clipboardExpand all lines: articles/operator-5g-core/how-to-complete-prerequisites-deploy-azure-kubernetes-service.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
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
4
4
author: HollyCl
5
5
ms.author: HollyCl
6
6
ms.service: azure-operator-5g-core
7
7
ms.topic: how-to #required; leave this attribute/value as-is.
8
-
ms.date: 02/21/2024
8
+
ms.date: 02/22/2024
9
9
10
10
---
11
11
12
-
# Deploy Azure Operator 5G Core on Azure Kubernetes Service
12
+
# Complete the prerequisites to deploy Azure Operator 5G Core on Azure Kubernetes Service
13
13
14
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.
15
15
@@ -119,7 +119,9 @@ Add System and User type node pools to the cluster with custom Linux configurati
119
119
|linuxosconfig |"transparentHugePageEnabled: never". Configure **sysctls** settings as shown in Example ```linuxosconfig.json``` contents. |
120
120
121
121
The following example command adds the **System** node pool to the cluster:
122
-
```
122
+
123
+
```azurecli
124
+
123
125
az aks nodepool add \
124
126
--name system \
125
127
--cluster-name ao5gce2e \
@@ -136,7 +138,9 @@ az aks nodepool add \
136
138
--linux-os-config ./linuxosconfig.json
137
139
```
138
140
The following example command adds the **User** node pool to the cluster:
Copy file name to clipboardExpand all lines: articles/operator-5g-core/tutorial-configure-network-function.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,36 +5,39 @@ author: HollyCl
5
5
ms.author: HollyCl
6
6
ms.service: azure-operator-5g-core
7
7
ms.topic: tutorial #required; leave this attribute/value as-is
8
-
ms.date: 02/21/2024
8
+
ms.date: 02/22/2024
9
9
10
10
---
11
11
12
12
# Tutorial: Configure Network Functions
13
13
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.
Use the procedure described in [UPF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/UPF/Configuration.htm).
25
29
26
30
## Configure an Access and Mobility Management Function (AMF)
Use the procedure described in [AMF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/AMF/AMF_Configuration_Overview.htm).
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."
34
37
35
38
## Configure a Network Slice Selection Function (NSSF)
Use the procedure described in [NSSF Configuration](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/NetworkFunctions/NSSF/NSSF_Configuration_Overview.htm).
0 commit comments