Skip to content

Commit af4614b

Browse files
committed
further update
1 parent 92ec81b commit af4614b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/custom-locations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ This is because a service principal doesn't have permissions to get information
9191
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv
9292
```
9393

94-
1. Sign in to Azure CLI using the service principal. Use the `<objectId>` value from above step to enable custom locations feature on the cluster:
94+
1. Sign in to Azure CLI using the service principal. Use the `<objectId>` or `id` value from above step to enable custom locations feature on the cluster:
9595

9696
```azurecli
97-
az connectedk8s enable-features -n <cluster-name> -g <resource-group-name> --custom-locations-oid <objectId> --features cluster-connect custom-locations
97+
az connectedk8s enable-features -n <cluster-name> -g <resource-group-name> --custom-locations-oid <objectId/id> --features cluster-connect custom-locations
9898
```
9999
100100
> [!NOTE]

0 commit comments

Comments
 (0)