Skip to content

Commit 563c8d9

Browse files
Merge pull request #268487 from HollyCl/ao5gc-pp
Ao5gc pp
2 parents b3eee45 + 79178b2 commit 563c8d9

19 files changed

+211
-172
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/operator-5g-core/quickstart-configure-network-function.md ",
5+
"redirect_url": "/azure/operator-5g-core/how-to-configure-network-function",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/operator-5g-core/quickstart-delete-network-function-cluster.md",
10+
"redirect_url": "/azure/operator-5g-core/how-to-delete-network-function-cluster",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/operator-5g-core/quickstart-deploy-observability.md",
15+
"redirect_url": "/azure/operator-5g-core/how-to-deploy-observability",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/operator-5g-core/how-to-complete-prerequisites-deploy-azure-kubernetes-service.md",
20+
"redirect_url": "/azure/operator-5g-core/quickstart-complete-prerequisites-deploy-azure-kubernetes-service",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/operator-5g-core/how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md",
25+
"redirect_url": "/azure/operator-5g-core/quickstart-complete-prerequisites-deploy-nexus-azure-kubernetes-service",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/operator-5g-core/how-to-deploy-5g-core.md",
30+
"redirect_url": "/azure/operator-5g-core/quickstart-deploy-5g-core",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/operator-5g-core/how-to-monitor-deployment-status.md",
35+
"redirect_url": "/azure/operator-5g-core/quickstart-monitor-deployment-status",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path_from_root": "/articles/operator-5g-core/how-to-perform-checks-post-deployment.md",
40+
"redirect_url": "/azure/operator-5g-core/quickstart-perform-checks-post-deployment",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/operator-5g-core/quickstart-deploy-network-functions.md",
45+
"redirect_url": "/azure/operator-5g-core/how-to-deploy-network-functions",
46+
"redirect_document_id": false
47+
}
48+
]
49+
}

articles/operator-5g-core/concept-centralized-lifecycle-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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/27/2024
8+
ms.date: 03/07/2024
99

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.custom: devx-track-azurecli
88
ms.topic: concept-article #required; leave this attribute/value as-is.
9-
ms.date: 02/21/2024
9+
ms.date: 03/07/2024
1010

1111
#CustomerIntent: As a <type of user>, I want <what?> so that <why?>.
1212
---
@@ -36,5 +36,5 @@ Use the following Azure CLI commands to deploy resources.
3636

3737
## Related content
3838

39-
- [Complete the prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service](how-to-complete-prerequisites-deploy-azure-kubernetes-service.md)
40-
- [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)
39+
- [Complete the prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service] (quickstart-complete-prerequisites-deploy-azure-kubernetes-service.md)
40+
- [Complete the prerequisites to deploy Azure Operator 5G Core Preview on Nexus Azure Kubernetes Service](quickstart-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ Jaeger tracing uses the following workflow:
206206

207207
## Related content
208208
- [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)
209+
- [Quickstart: Deploy Azure Operator 5G Core observability (preview) on Azure Kubernetes Services (AKS)](how-to-deploy-observability.md)

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

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

1111
# Security in Azure Operator 5G Core Preview
1212

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

@@ -20,24 +20,27 @@ Azure Operator 5G Core software development incorporates processes and tools to
2020

2121
- Vulnerability scanning is performed at multiple stages in the development process (source scans, build scans, image scans) with multiple ADO tools.
2222
- Regular checkpoints are set on threat modeling, privacy, and crypto reviews.
23-
- Penetration testing is performed during development.
23+
- Penetration testing is performed during development.
2424

2525
## Deployment
26-
Azure Operator 5G Core is deployed based on a security blueprint that ensures the solution is hardened from external and internal attacks on the network. Security during deployment provides:
2726

28-
- Secure access to software repositories.
29-
- Least access privilege based on Role-based Access Control (RBAC) methodology.
30-
- Centralized Identity / Privilege Management using Microsoft Entra ID.
27+
Azure Operator 5G Core is deployed based on a security blueprint that ensures the solution is hardened from external and internal attacks on the network. Security during deployment provides:
28+
29+
- Secure access to software repositories.
30+
- Least access privilege based on Role-based Access Control (RBAC) methodology.
31+
- Centralized Identity / Privilege Management using Microsoft Entra ID.
3132
- Secure transport to Azure through Express Route.
32-
- Encryption of traffic within the NFs and between NFs (3GPP).
33-
- Secure storage of data at rest.
33+
- Encryption of traffic within the NFs and between NFs (3GPP).
34+
- Secure storage of data at rest.
3435

3536
## Monitoring
36-
Security monitoring of the application occurs through a combination of native alerting from the NF and Azure security applications. It includes:
3737

38-
- Security Logging - Visibility for actions internal to the application.
39-
- Microsoft Defender – Optional protection from cyber threats and vulnerabilities.
38+
Security monitoring of the application occurs through a combination of native alerting from the NF and Azure security applications. It includes:
39+
40+
- Security Logging - Visibility for actions internal to the application.
41+
- Microsoft Defender – Optional protection from cyber threats and vulnerabilities.
4042

4143
## Related content
44+
4245
- [What is Azure Operator 5G Core Preview?](overview-product.md)
4346
- [Observability and analytics in Azure Operator 5G Core Preview](concept-observability-analytics.md)

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ description: Learn the high-level process for configuring a network function.
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
7-
ms.topic: quickstart #required; leave this attribute/value as-is
7+
ms.topic: how-to #required; leave this attribute/value as-is
88
ms.date: 02/22/2024
99

1010
---
1111

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

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

16-
- enabling SSH access to port 22 of network configuration management pods directly.
17-
- enabling configuration of network functions through CLI or by NETCONF to port 830, or by RESTCONF to port 443.
18-
19-
Note that many concurrent configuration user sessions are supported.
16+
- enabling SSH access to port 22 of network configuration management pods directly.
17+
- enabling configuration of network functions through CLI or by NETCONF to port 830, or by RESTCONF to port 443.
18+
19+
Note that many concurrent configuration user sessions are supported.
2020

2121
## Additional information
2222

23-
For more information, see the documentation for the [Configuration Manager](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/Microservices/Shared/Microservices/Config_Manager.htm ).
23+
For more information, see the documentation for the [Configuration Manager](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/Microservices/Shared/Microservices/Config_Manager.htm).
2424

2525
> [!NOTE]
2626
> 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.
2727
2828
## Next step
2929

30-
Learn how to configure a specific network function in [Tutorial: Configure Network Functions](tutorial-configure-network-function.md).
30+
Learn how to configure a specific network function in [Tutorial: Configure Network Functions](tutorial-configure-network-function.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.custom: devx-track-azurecli
8-
ms.topic: quickstart #required; leave this attribute/value as-is
9-
ms.date: 02/21/2024
8+
ms.topic: how-to #required; leave this attribute/value as-is
9+
ms.date: 03/07/2024
1010
---
11-
# Quickstart: Delete a network function deployment or ClusterServices in Azure Operator 5G Core Preview
11+
# 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

@@ -31,4 +31,4 @@ Use the following Azure CLI commands to delete the Azure Operator 5G Core (previ
3131

3232
## Related content
3333

34-
- [Deploy a network function](quickstart-deploy-network-functions.md)
34+
- [Deploy a network function](how-to-deploy-network-functions.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
77
ms.custom: devx-track-azurecli
8-
ms.topic: quickstart #required; leave this attribute/value as-is
8+
ms.topic: how-to #required; leave this attribute/value as-is
99
ms.date: 02/21/2024
1010

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

14-
# Quickstart: Deploy a network function on Azure Kubernetes Services (AKS) or Nexus Azure Kubernetes Services (NAKS)
14+
# Deploy a network function on Azure Kubernetes Services (AKS) or Nexus Azure Kubernetes Services (NAKS)
1515

16-
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.
16+
This article 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.
1717

1818
## Deploy network function using Azure CLI
1919

@@ -30,4 +30,4 @@ New-AzResourceGroupDeployment `
3030

3131
## Related content
3232

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Learn the high-level process to deploy Azure Operator 5G Core obser
44
author: HollyCl
55
ms.author: HollyCl
66
ms.service: azure-operator-5g-core
7-
ms.topic: quickstart #required; leave this attribute/value as-is
7+
ms.topic: how-to #required; leave this attribute/value as-is
88
ms.date: 02/22/2024
99

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

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

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

@@ -33,4 +33,4 @@ New-AzResourceGroupDeployment `
3333

3434
## Next step
3535

36-
- [Deploy a network function on Azure Kubernetes Services (AKS)](quickstart-deploy-network-functions.md)
36+
- [Deploy a network function on Azure Kubernetes Services or Nexus Azure Kubernetes Services](how-to-deploy-network-functions.md)

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

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: HollyCl
1212
ms.author: HollyCl
13-
ms.date: 02/21/2024
13+
ms.date: 03/07/2024
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

@@ -34,62 +34,60 @@ landingContent:
3434
links:
3535
- text: Get access to Azure Operator 5G Core Preview
3636
url: quickstart-subscription.md
37-
- linkListType: how-to-guide
38-
links:
3937
- text: Deploy Azure Operator 5G Core Preview
40-
url: how-to-deploy-5g-core.md
38+
url: quickstart-deploy-5g-core.md
4139
# Card
4240
- title: Learn about network functions
4341
linkLists:
44-
- linkListType: quickstart
42+
- linkListType: how-to-guide
4543
links:
4644
- text: Configure a network function
47-
url: quickstart-configure-network-function.md
45+
url: how-to-configure-network-function.md
4846
- linkListType: tutorial
4947
links:
5048
- text: Configure a network function
5149
url: tutorial-configure-network-function.md
5250
# Card
5351
- title: Deploy Nexus Azure Kubernetes Service
5452
linkLists:
55-
- linkListType: how-to-guide
53+
- linkListType: quickstart
5654
links:
5755
- text: Complete the prerequisite tasks for Nexus Azure Kubernetes Services deployment
58-
url: how-to-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md
56+
url: quickstart-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md
5957
- linkListType: concept
6058
links:
6159
- text: Deployment order for clusters, network functions, and observability components
6260
url: concept-deployment-order.md
63-
- linkListType: quickstart
61+
- linkListType: how-to-guide
6462
links:
6563
- text: Deploy observability
66-
url: quickstart-deploy-observability.md
64+
url: how-to-deploy-observability.md
6765
- text: Deploy a network function
68-
url: quickstart-deploy-network-functions.md
66+
url: how-to-deploy-network-functions.md
6967
# Card
7068
- title: Deploy Azure Kubernetes Service
7169
linkLists:
72-
- linkListType: how-to-guide
70+
- linkListType: quickstart
7371
links:
7472
- text: Complete the prerequisite tasks for Azure Kubernetes Services deployment
75-
url: how-to-complete-prerequisites-deploy-azure-kubernetes-service.md
73+
url: quickstart-complete-prerequisites-deploy-azure-kubernetes-service.md
7674
- linkListType: concept
7775
links:
7876
- text: Deployment order for clusters, network functions, and observability components
7977
url: concept-deployment-order.md
80-
- linkListType: quickstart
78+
- linkListType: how-to-guide
8179
links:
8280
- text: Deploy observability
83-
url: quickstart-deploy-observability.md
81+
url: how-to-deploy-observability.md
8482
- text: Deploy a network function
85-
url: quickstart-deploy-network-functions.md
83+
url: how-to-deploy-network-functions.md
8684
# Card
8785
- title: Manage deployments
8886
linkLists:
89-
- linkListType: how-to-guide
87+
- linkListType: quickstart
9088
links:
9189
- text: Monitor the deployment status
92-
url: how-to-monitor-deployment-status.md
90+
url: quickstart-monitor-deployment-status.md
9391
- text: Perform health and configuration checks post-deployment
94-
url: how-to-perform-checks-post-deployment.md
92+
url: quickstart-perform-checks-post-deployment.md
9593

0 commit comments

Comments
 (0)