Skip to content

Commit fbc7aec

Browse files
committed
Updates based on PR feedback
1 parent 1204a99 commit fbc7aec

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article shows you how to prepare the prerequisite infrastructure required t
1616

1717
## Prerequisites
1818

19-
To deploy on the Azure Kubernetes Service, you'll need the following configurations:
19+
To deploy on the Azure Kubernetes Service, you need the following configurations:
2020

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)
@@ -76,7 +76,7 @@ Once you complete these steps, you can create the AKS cluster:
7676
- Disable **Automatic upgrade**.
7777
- Select **Local accounts with Kubernetes RBAC** for the **Authentication and Authorization** method.
7878

79-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/basic-tab-fields.png" alt-text="Basic tab of AKS containers showing fields that must be completed to create an AKS cluster.":::
79+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/basic-tab-fields.png" alt-text="Screenshot of the Basic tab of AKS containers showing fields that must be completed to create an AKS cluster.":::
8080

8181
1. Navigate to the **Add a node pool** tab, then modify the node details where required to meet infrastructure standards. In this setup, there are two node pools.
8282
- Rename the sample **Node pool names** from **agentpool** and **userpool** to **system** and **worker**.
@@ -90,9 +90,9 @@ Once you complete these steps, you can create the AKS cluster:
9090
- Select **update** and move to the **Networking** tab.
9191

9292
> [!NOTE]
93-
> update the worker node pool details as shown.
93+
> 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="Screen shot of the 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="Screenshot 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

@@ -105,7 +105,7 @@ Once you complete these steps, you can create the AKS cluster:
105105
- Select **Calico** as the **Network policy**
106106
- Leave all other values as default.
107107

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

110110
7. Unless you have a specific requirement to do otherwise, don't change any values on the **Integrations** tab.
111111
8. Navigate to the **Monitoring tab** and turn Azure monitor to **Off** by ensuring the following settings:
@@ -120,7 +120,7 @@ Once you complete these steps, you can create the AKS cluster:
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.
121121
11. Select **Review + create** once validation completes.
122122

123-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/advanced-tab.png" alt-text="Advanced tab showing the checkbox and button user must select to successfully create an AKS cluster.":::
123+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/advanced-tab.png" alt-text="Screenshot of the Advanced tab showing the checkbox and button user must select to successfully create an AKS cluster.":::
124124

125125
## Modify the cluster to add more interfaces with Accelerated Networking on the worker node pool
126126

@@ -140,7 +140,7 @@ Once you complete these steps, you can create the AKS cluster:
140140
- Select **Create**.
141141
- Repeat this step for each data plane port required in the Virtual Machine Scale Set template.
142142

143-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-network-interface-tab-detailed.png" alt-text="Create Network interface tab highlighting the subnet and network security group selections the user should enter.":::
143+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-network-interface-tab-detailed.png" alt-text="Screenshot of the Create Network interface tab highlighting the subnet and network security group selections the user should enter.":::
144144

145145
1. Open a separate window and navigate to the [Azure Resource Explorer](https://resources.azure.com/).
146146
1. On the left side of the screen, locate the subscription for this cluster.
@@ -177,12 +177,12 @@ Once you complete these steps, you can create the AKS cluster:
177177
```
178178
12. Remove the image reference from the json shown in Azure Resource Explorer.
179179

180-
```properties
181-
,
182-
"imageReference": {
183-
"id": "/subscriptions/<your subscription-id>/resourceGroups/AKS-CBLMariner/providers/Microsoft.Compute/galleries/AKSCBLMariner/images/V2gen2/versions/202403.04.0"
184-
}
185-
```
180+
```properties
181+
,
182+
"imageReference": {
183+
"id": "/subscriptions/<your subscription-id>/resourceGroups/AKS-CBLMariner/providers/Microsoft.Compute/galleries/AKSCBLMariner/images/V2gen2/versions/202403.04.0"
184+
}
185+
```
186186

187187
13. At the top of the screen next to the **Edit** button, select the green **PUT** button to apply the configuration.
188188

@@ -233,7 +233,7 @@ Create a load balancer with the following settings, attaching the load balancer
233233
1. Provide a name for the **Health probe** with the following settings:
234234
- **Protocol**: HTTP
235235
- **Port**: 30100
236-
- **interval**: 5
236+
- **Interval**: 5
237237

238238
1. Select **Save**.
239239

@@ -266,19 +266,19 @@ Azure Operator 5G Core requires Network File Storage (NFS) storage. Use the **Cr
266266
1. Leave the **Default to Microsoft Entra authorization in the Azure portal** disabled.
267267
1. Select **Next**.
268268
269-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-storage-account-advanced.png" alt-text="Screenshot of the the Create a storage account page showing the Advanced tab. Two selections under the Security section are highlighted for the user to mark the boxes.":::
269+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-storage-account-advanced.png" alt-text="Screenshot of the Create a storage account page showing the Advanced tab. Two selections under the Security section are highlighted for the user to mark the boxes.":::
270270
271271
### Networking tab
272272
273273
1. Select **Disable public access and use private access** for the **Network access** type.
274274
1. Select **Add a Private endpoint**. The **Create private endpoint** dialog appears.
275-
- Select your **Subscription**, **Resource group** and **Location**.
275+
- Select your **Subscription**, **Resource group**, and **Location**.
276276
- Provide a **Name** for the private endpoint resource.
277277
- Select **file** as the **Storage sub-resource**.
278-
- Select the **Virtual network** you created earlier and choose the **Subnet**; in this configuration choose the infra subnet defined. This enables file transfer from the AKS cluster and ensures private dns integration is enabled with your subscription and resource group.
278+
- Select the **Virtual network** you created earlier and choose the **Subnet**; in this configuration choose the defined infra subnet. This selection enables file transfer from the AKS cluster and ensures private dns integration is enabled with your subscription and resource group.
279279
- Verify the **Private DNS zone** as privatelink.file.core.windows.net and select save.
280280
281-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-private-endpoint.png" alt-text="Screenhot of the Networking tab showing the available fields in the Create private endpoint section of the page. ":::
281+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-private-endpoint.png" alt-text="Screenshot of the Networking tab showing the available fields in the Create private endpoint section of the page. ":::
282282
283283
1. In the **Network routing** section of the **Networking** tab, select **Microsoft network routing**
284284
1. Select **Review + create**.

0 commit comments

Comments
 (0)