You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/troubleshooting.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,15 +447,15 @@ When you are connecting your cluster to Azure Arc or when you are enabling custo
447
447
Unable to fetch oid of 'custom-locations' app. Proceeding without enabling the feature. Insufficient privileges to complete the operation.
448
448
```
449
449
450
-
The above warning is observed when you have used a service principal to log into Azure and this service principal doesn't have permissions to get information of the application used by Azure Arc service. To avoid this error, execute the following steps:
450
+
The above warning is observed when you have used a service principal to log into Azure. This is because a service principal doesn't have permissions to get information of the application used by Azure Arc service. To avoid this error, execute the following steps:
451
451
452
-
1. Fetch the Object ID of the Azure AD application used by Azure Arc service:
452
+
1.Login into Azure CLI using your user account. Fetch the Object ID of the Azure AD application used by Azure Arc service:
453
453
454
454
```azurecli
455
455
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query objectId -o tsv
456
456
```
457
457
458
-
1. Use the `<objectId>` value from above step to enable custom locations feature on the cluster:
458
+
1. Login into Azure CLI using the service principal. Use the `<objectId>` value from above step to enable custom locations feature on the cluster:
459
459
- If you are enabling custom locations feature as part of connecting the cluster to Arc, run the following command:
460
460
461
461
```azurecli
@@ -468,8 +468,6 @@ The above warning is observed when you have used a service principal to log into
Once above permissions are granted, you can now proceed to [enabling the custom location feature](custom-locations.md#enable-custom-locations-on-cluster) on the cluster.
472
-
473
471
## Azure Arc-enabled Open Service Mesh
474
472
475
473
The following troubleshooting steps provide guidance on validating the deployment of all the Open Service Mesh extension components on your cluster.
0 commit comments