Skip to content

Commit 561d039

Browse files
committed
Add cloud shell step
1 parent 6758337 commit 561d039

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/private-5g-core/complete-private-mobile-network-prerequisites.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,14 @@ To use Azure Private 5G Core, you need to register some additional resource prov
150150
151151
## Retrieve the Object ID (OID)
152152
153-
You need to obtain the object ID (OID) of the custom location resource provider in your Azure tenant. You will need to provide this OID when you configure your ASE to use AKS-HCI. You can obtain the OID using the Azure CLI. You will need to be an owner of your Azure subscription.
153+
You need to obtain the object ID (OID) of the custom location resource provider in your Azure tenant. You will need to provide this OID when you configure your ASE to use AKS-HCI. You'll need to be an owner of your Azure subscription to obtain the OID.
154154
155-
You can retrieve the OID using the Azure CLI:
155+
1. Sign in to [Azure Cloud Shell](../cloud-shell/overview.md) and select **Bash**.
156+
1. Retrieve the OID:
156157
157-
```azurecli-interactive
158-
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv
159-
```
158+
```azurecli-interactive
159+
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv
160+
```
160161
161162
This command queries the custom location and will output an OID string. Save this string for use later when you're commissioning the Azure Stack Edge device.
162163

0 commit comments

Comments
 (0)