Skip to content

Commit f959e32

Browse files
Updates based on feedback
1 parent 22c5621 commit f959e32

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@ You can specify a QoS for this service, or inherit the parent SIM Policy's QoS.
4949
| The default preemption capability for QoS flows or EPS bearers for this service. The preemption capability of a QoS flow or EPS bearer controls whether it can preempt another QoS flow or EPS bearer with a lower priority level. You can choose from the following values: </br></br>- **May not preempt** </br>- **May preempt** | **Preemption capability** |No. Defaults to **May not preempt**.|
5050
| The default preemption vulnerability for QoS flows or EPS bearers for this service. The preemption vulnerability of a QoS flow or EPS bearer controls whether it can be preempted by another QoS flow or EPS bearer with a higher priority level. You can choose from the following values: </br></br>- **Preemptible** </br>- **Not Preemptible** | **Preemption vulnerability** |No. Defaults to **Preemptible**.|
5151

52-
### Collect variables for Kubernetes extension
53-
54-
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.
55-
56-
| Value | Variable name |
57-
|--|--|
58-
|The ID of the Azure subscription in which the Azure resources are deployed. |**SUBSCRIPTION_ID**|
59-
|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 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**|
63-
6452
## Data flow policy rule(s)
6553

6654
Each service must have one or more data flow policy rules. Data flow policy rules identify the service data flows (SDFs) to which the service should be applied. They can also be used to block certain SDFs.

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,26 @@ To view all the running pods, run:
221221
222222
Additionally, your AKS cluster should now be visible from your Azure Stack Edge resource in the portal.
223223
224+
## Collect variables for the Kubernetes extensions
225+
226+
Collect each of the values in the table below.
227+
228+
| Value | Variable name |
229+
|--|--|
230+
|The ID of the Azure subscription in which the Azure resources are deployed. |**SUBSCRIPTION_ID**|
231+
|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**|
232+
|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**|
233+
|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**|
234+
|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**|
235+
224236
## Install Kubernetes extensions
225237
226238
The Azure Private 5G Core private mobile network requires a custom location and specific Kubernetes extensions that you need to configure using the Azure CLI in Azure Cloud Shell.
227239
228240
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.
229241
230242
> [!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.
243+
> The commands in this section require the `k8s-extension` and `customlocation` extensions to the Azure CLI tool to be installed. If you do not already have them, 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.
232244
233245
1. Sign in to the Azure CLI using Azure Cloud Shell.
234246

0 commit comments

Comments
 (0)