Skip to content

Commit 22c5621

Browse files
Clarity edits for cluster kubernetes extension
1 parent 9540dca commit 22c5621

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/private-5g-core/collect-required-information-for-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ You can specify a QoS for this service, or inherit the parent SIM Policy's QoS.
5353

5454
During cluster commissioning, the Azure Private 5G Core private mobile network requires a custom location and specific Kubernetes extensions that you need to set up using the Azure CLI in Azure Cloud Shell. Collect each of the values in the table below.
5555

56-
| Value | Variable name |
56+
| Value | Variable name |
5757
|--|--|
5858
|The ID of the Azure subscription in which the Azure resources are deployed. |**SUBSCRIPTION_ID**|
5959
|The name of the resource group in which the AKS cluster is deployed. This can be found by using the **Manage** button in the **Azure Kubernetes Service** pane of the Azure portal. |**RESOURCE_GROUP_NAME**|
60-
|The region in which the Azure resources are deployed. This must match the region into which the mobile network will be deployed, which must be one of the regions supported by AP5GC.</br></br>See [Region code names](region-code-names.md) for list of the supported regions. |**LOCATION**|
61-
|The name of the custom location resource for the AKS cluster. |**CUSTOM_LOCATION**|
6260
|The name of the AKS cluster resource. This can be found by using the **Manage** button in the **Azure Kubernetes Service** pane of the Azure portal. |**RESOURCE_NAME**|
61+
|The region in which the Azure resources are deployed. This must match the region into which the mobile network will be deployed, which must be one of the regions supported by AP5GC: **EastUS** or **WestEurope**.</br></br>This value must be the region's code name, see [Region code names](region-code-names.md) for list of the supported regions and their codes. |**LOCATION**|
62+
|The name of the **Custom location** resource to be created for the AKS cluster. </br></br>This value must start and end with alphanumeric characters, and must contain only alphanumeric characters, `-` or `.`. |**CUSTOM_LOCATION**|
6363

6464
## Data flow policy rule(s)
6565

articles/private-5g-core/commission-cluster.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ The Azure Private 5G Core private mobile network requires a custom location and
227227
228228
You can obtain the *\<resource name\>* (the name of the AKS cluster) by using the **Manage** link in the **Azure Kubernetes Service** pane in the Azure portal.
229229
230+
> [!TIP]
231+
> The commands in this section require the `k8s-extension` and `customlocation` extensions to the Azure CLI tool to be installed. A prompt will appear to install these when you run commands that require them. See [Use and manage extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview) for more information on automatic extension installation.
232+
230233
1. Sign in to the Azure CLI using Azure Cloud Shell.
231234
232235
1. Set the following environment variables using the required values for your deployment:

0 commit comments

Comments
 (0)