Skip to content

Commit 1204a99

Browse files
committed
added article to TOC, small edits to article
1 parent 800c7f0 commit 1204a99

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: HollyCl
77
ms.service: azure-operator-5g-core
88
ms.custom: devx-track-azurecli
99
ms.topic: quickstart #required; leave this attribute/value as-is.
10-
ms.date: 05/20/2024
10+
ms.date: 05/28/2024
1111
---
1212

1313
# Quickstart: Complete the prerequisites to deploy Azure Operator 5G Core Preview on Azure Kubernetes Service
@@ -21,11 +21,11 @@ To deploy on the Azure Kubernetes Service, you'll need the following configurati
2121
- [Resource Group/Subscription](../cost-management-billing/manage/create-enterprise-subscription.md)
2222
- The [Azure Operator 5G Core release version and corresponding Kubernetes version](overview-product.md#compatibility)
2323
- [Azure Kubernetes Service (AKS) system and user node pool vm series and sizing](../virtual-machines/dv5-dsv5-series.md)
24-
- Recommended node series : system node - D8s_v5, user node - D16s_v5
24+
- Recommended node series: system node - D8s_v5, user node - D16s_v5
2525
- Recommended node count: system node-3, user node-8
2626
- Appropriate [roles and permissions](../role-based-access-control/role-assignments-portal.yml) in your tenant to create the cluster and modify the Azure Virtual Machine Scale Sets.
2727
- Detailed Networks and subnet planning – [user defined routes](../virtual-network/virtual-networks-udr-overview.md) can be added to virtual networks and network interfaces as required.
28-
- [Azure Active Directory/Entra Application ID ](/entra/fundamentals/whatis)with subscription level contributor access. Throughout this article, leave unspecified settings as default.
28+
- [Azure Active Directory/Entra Application ID](/entra/fundamentals/whatis)with subscription level contributor access. Throughout this article, leave unspecified settings as default.
2929
- Express route connectivity - required to connect your Azure infrastructure to your on-premises infrastructure and exchange IP routes. The express route and required vpn gateway setup is outside the scope of this document.
3030

3131
## Assign subnets for specific network functions
@@ -92,7 +92,7 @@ Once you complete these steps, you can create the AKS cluster:
9292
> [!NOTE]
9393
> update the worker node pool details as shown.
9494
95-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/add-a-node-tab.png" alt-text="Add a node tab displaying the fields the user must update.":::
95+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/add-a-node-tab.png" alt-text="Screen shot of the Add a node tab displaying the fields the user must update.":::
9696

9797
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/update-node-pool.png" alt-text="Screenshot of the Create a storage account page showing the Update node pool tab, highlighting the fields that user must update for successful AKS cluster creation.":::
9898

@@ -114,7 +114,7 @@ Once you complete these steps, you can create the AKS cluster:
114114
- Leave the **Enable Grafana** box unmarked, and therefore disabled.
115115
- Don't **Enable recommended alert rules**.
116116

117-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/monitoring-tab.png" alt-text="Monitoring tab highlighting fields the user must configure for a successful AKS cluster creation.":::
117+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/monitoring-tab.png" alt-text="Screenshot of the Monitoring tab highlighting fields the user must configure for a successful AKS cluster creation.":::
118118

119119
9. Navigate to the **Advanced** tab and mark the box to **Enable secret store CSI driver**. Don't edit any other field.
120120
10. Note the name of the **managed Infrastructure Resource group** displayed. This name is required to modify the cluster nodes and add extra data plane ports.
@@ -131,7 +131,7 @@ Once you complete these steps, you can create the AKS cluster:
131131
1. Navigate to the **Networking > Network Settings tab** to add more data plane ports to the worker nodes to support the defined network subnets earlier.
132132
1. Select **Add network interface**. A **Create network interface** tab appears:
133133

134-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-network-interface-tab.png" alt-text="Image showing the Create network interface tab that appears when you select Add network interface.":::
134+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-network-interface-tab.png" alt-text="Screenshot showing the Create network interface tab that appears when you select Add network interface.":::
135135

136136
6. On the **Create network interface** tab:
137137
- Enter a **Name** for the network interface. The virtual network is inactive out based on the attached virtual network you define.
@@ -147,34 +147,34 @@ Once you complete these steps, you can create the AKS cluster:
147147
1. Select **Subscriptions**/**resourceGroups/<your-infrastructure-resource-group-name>/ <providers> Microsoft.Compute > virtualMachineScaleSets >< your Azure Virtual Machine Scale Sets name>**.
148148
1. Select the virtual machine scale set associated with the user node pool, then select and change the option from **Read Only** to **Read/Write**.
149149

150-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/read-write-option.png" alt-text="Screenshot of buttons on the Azure Resource Explorer page that show the the Read/Write option active.":::
150+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/read-write-option.png" alt-text="Screenshot of buttons on the Azure Resource Explorer page that shows the Read/Write option active.":::
151151

152152
10. Choose **Edit** from the **Data** section of the screen.
153153
11. For each of your data planes ports, ensure that the **enableAcceleratedNetworking** and the **enableIPForwarding** fields are set to **True**.
154154

155-
The following shows an example for the AMF_N2_subnet:
156-
157-
```properties
158-
"name": "AMF_N2_SUBNET",
159-
"properties": {
160-
"primary": false,
161-
"enableAcceleratedNetworking": true,
162-
"disableTcpStateTracking": false,
163-
"networkSecurityGroup": {
164-
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/networkSecurityGroups/xxxxxxxx"
165-
},
166-
"dnsSettings": {
167-
"dnsServers": []
168-
},
169-
"enableIPForwarding": true,
170-
"ipConfigurations": [
171-
{
172-
"name": "AMF_N2_SUBNET-defaultIpConfiguration",
173-
"properties": {
174-
"primary": true,
175-
"subnet": {
176-
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/virtualNetworks/<your vnet name>/subnets/AMF_N2"
177-
```
155+
The following shows an example for the AMF_N2_subnet:
156+
157+
```properties
158+
"name": "AMF_N2_SUBNET",
159+
"properties": {
160+
"primary": false,
161+
"enableAcceleratedNetworking": true,
162+
"disableTcpStateTracking": false,
163+
"networkSecurityGroup": {
164+
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/networkSecurityGroups/xxxxxxxx"
165+
},
166+
"dnsSettings": {
167+
"dnsServers": []
168+
},
169+
"enableIPForwarding": true,
170+
"ipConfigurations": [
171+
{
172+
"name": "AMF_N2_SUBNET-defaultIpConfiguration",
173+
"properties": {
174+
"primary": true,
175+
"subnet": {
176+
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/virtualNetworks/<your vnet name>/subnets/AMF_N2"
177+
```
178178
12. Remove the image reference from the json shown in Azure Resource Explorer.
179179

180180
```properties

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ items:
2323
href: quickstart-subscription.md
2424
- name: Complete the prerequisites to deploy Azure Operator 5G Core on Nexus Azure Kubernetes Service
2525
href: quickstart-complete-prerequisites-deploy-nexus-azure-kubernetes-service.md
26+
- name: Complete the prerequisites to deploy Azure Operator 5G Core on Azure Kubernetes Service
27+
href: quickstart-complete-prerequisites-deploy-azure-kubernetes-service.md
2628
- name: Deploy Azure Operator 5G Core
2729
href: quickstart-deploy-5g-core.md
2830
- name: Monitor the status of your Azure Operator 5G Core deployment

0 commit comments

Comments
 (0)