Skip to content

Commit 4cd0cf0

Browse files
Merge pull request #277378 from alt-key/docs-editor/custom-locations-1717625358
Update custom-locations.md
2 parents 961ce11 + 68224fc commit 4cd0cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ If you run the above command while signed in to Azure CLI using a service princi
7272
Unable to fetch oid of 'custom-locations' app. Proceeding without enabling the feature. Insufficient privileges to complete the operation.
7373
```
7474

75-
This is because a service principal doesn't have permissions to get information about the application used by the Azure Arc service. To avoid this error, complete the following steps:
75+
This is because a service principal doesn't have permissions to get information about the application used by the Azure Arc service (custom location). To avoid this error, complete the following steps:
7676

77-
1. Sign in to Azure CLI using your user account. Fetch the `objectId` or `id` of the Microsoft Entra application used by the Azure Arc service by using the following command:
77+
1. Sign in to Azure CLI using your user account. Fetch the `objectId` or `id` of the custom location application used by the Azure Arc service by using the following command:
7878

79-
```azurecli
79+
```azurecli
8080
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv
8181
```
8282

0 commit comments

Comments
 (0)