Skip to content

Commit c4f3e93

Browse files
committed
az ad sp show tip
1 parent 662774f commit c4f3e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
8484

8585
1. Open an elevated PowerShell window and change the directory to a working folder.
8686

87-
1. Get the `objectId` of the Microsoft Entra ID application that the Azure Arc service uses in your tenant.
87+
1. Get the `objectId` of the Microsoft Entra ID application that the Azure Arc service uses in your tenant. Run the following command exactly as written, without changing the GUID value.
8888

8989
```azurecli
9090
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv

articles/iot-operations/manage-layered-network/howto-configure-l3-cluster-layered-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ login.microsoftonline.com. 0 IN A 100.104.0.165
257257
```
258258
> [!TIP]
259259
> If the `connectedk8s` commands fail, try using the cmdlets in [Connect your AKS Edge Essentials cluster to Arc](/azure/aks/hybrid/aks-edge-howto-connect-to-arc).
260-
1. Fetch the `objectId` or `id` of the Microsoft Entra ID application that the Azure Arc service uses. The command you use depends on your version of Azure CLI:
260+
1. Fetch the `objectId` or `id` of the Microsoft Entra ID application that the Azure Arc service uses. Run the following command exactly as written, without changing the GUID value. The command you use depends on your version of Azure CLI:
261261
```powershell
262262
# If you're using an Azure CLI version lower than 2.37.0, use the following command:
263263
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query objectId -o tsv

0 commit comments

Comments
 (0)