Skip to content

Commit cc641e8

Browse files
authored
Modified command for getting Arc oid
Using single quotes around the number caused a failure with error message: ')' or ',' expected at position 35 in 'servicePrincipalNames/any(c:c eq ''bc313c14-388c-4e7d-a58e-70017303ee3b'') Removing single quote from the service id provided the expected outcome
1 parent cfcac7d commit cc641e8

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
@@ -227,7 +227,7 @@ The above warning is observed when you have used a service principal to log into
227227
1. Fetch the Object ID of the Azure AD application used by Azure Arc service:
228228

229229
```console
230-
az ad sp show --id 'bc313c14-388c-4e7d-a58e-70017303ee3b' --query objectId -o tsv
230+
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query objectId -o tsv
231231
```
232232

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

0 commit comments

Comments
 (0)