Skip to content

Commit 6e9c03d

Browse files
committed
Modify first step to include Azure CLI
1 parent 08b2703 commit 6e9c03d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You must set these up in addition to the [ports required for Azure Stack Edge (A
114114
To use Azure Private 5G Core, you need to register some additional resource providers and features with your Azure subscription.
115115

116116
> [!TIP]
117-
> If you do not have the Azure CLI installed, see installation instructions at [How to install the Azure CLI](/cli/azure/install-azure-cli). Alternatively, you can use the Azure Cloud Shell on the portal.
117+
> If you do not have the Azure CLI installed, see installation instructions at [How to install the Azure CLI](/cli/azure/install-azure-cli). Alternatively, you can use the [Azure Cloud Shell](../cloud-shell/overview.md) on the portal.
118118
119119
1. Sign into the Azure CLI with a user account that is associated with the Azure tenant that you are deploying Azure Private 5G Core into:
120120
```azurecli-interactive
@@ -150,10 +150,9 @@ 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'll need to be an owner of your Azure subscription to obtain the OID.
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 or the Azure Cloud Shell on the portal. You'll need to be an owner of your Azure subscription.
154154
155-
1. Sign in to the [Azure portal](https://portal.azure.com/).
156-
1. Sign in to [Azure Cloud Shell](../cloud-shell/overview.md) and select **Bash**.
155+
1. Sign in to the Azure CLI or Azure Cloud Shell.
157156
1. Retrieve the OID:
158157
159158
```azurecli

0 commit comments

Comments
 (0)