Skip to content

Commit 08b2703

Browse files
committed
Add portal step and remove CLI-interactive
1 parent 561d039 commit 08b2703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,11 @@ To use Azure Private 5G Core, you need to register some additional resource prov
152152
153153
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+
1. Sign in to the [Azure portal](https://portal.azure.com/).
155156
1. Sign in to [Azure Cloud Shell](../cloud-shell/overview.md) and select **Bash**.
156157
1. Retrieve the OID:
157158
158-
```azurecli-interactive
159+
```azurecli
159160
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv
160161
```
161162

0 commit comments

Comments
 (0)