Skip to content

Commit 555c86c

Browse files
authored
Merge pull request #84083 from stevelatta/patch-1
Modified command for getting Arc oid
2 parents 3165ff8 + cc641e8 commit 555c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The above warning is observed when you have used a service principal to log into
311311
1. Fetch the Object ID of the Azure AD application used by Azure Arc service:
312312

313313
```console
314-
az ad sp show --id 'bc313c14-388c-4e7d-a58e-70017303ee3b' --query objectId -o tsv
314+
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query objectId -o tsv
315315
```
316316

317317
1. Use the `<objectId>` value from above step to enable custom locations feature on the cluster:

0 commit comments

Comments
 (0)