Skip to content

Commit 9540dca

Browse files
First draft waiting for additional info
1 parent 6c508ae commit 9540dca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ 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 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**|
62+
|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**|
63+
5264
## Data flow policy rule(s)
5365

5466
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Additionally, your AKS cluster should now be visible from your Azure Stack Edge
223223
224224
## Install Kubernetes extensions
225225
226-
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.
226+
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.
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

0 commit comments

Comments
 (0)