We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3165ff8 + cc641e8 commit 555c86cCopy full SHA for 555c86c
articles/azure-arc/kubernetes/troubleshooting.md
@@ -311,7 +311,7 @@ The above warning is observed when you have used a service principal to log into
311
1. Fetch the Object ID of the Azure AD application used by Azure Arc service:
312
313
```console
314
- az ad sp show --id 'bc313c14-388c-4e7d-a58e-70017303ee3b' --query objectId -o tsv
+ az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query objectId -o tsv
315
```
316
317
1. Use the `<objectId>` value from above step to enable custom locations feature on the cluster:
0 commit comments