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/iot-operations/troubleshoot/troubleshoot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ For general deployment and configuration troubleshooting, you can use the Azure
23
23
24
24
- Use [az iot ops support create-bundle](/cli/azure/iot/ops/support#az-iot-ops-support-create-bundle) to collect logs and traces to help you diagnose problems. The `support create-bundle` command creates a standard support bundle zip archive you can review or provide to Microsoft Support.
25
25
26
-
### You see a "code":"LinkedAuthorizationFailed” error message
27
-
If your deployment fails with the "code":"LinkedAuthorizationFailed" error, it indicates that the required permissions on the resource group containing the cluster are not available.
26
+
### You see a `"code":"LinkedAuthorizationFailed"` error message
27
+
If your deployment fails with the `"code":"LinkedAuthorizationFailed"` error, the messages indicates that you don't have the required permissions on the resource group containing the cluster.
28
28
29
-
To resolve this issue, ensure that **Microsoft.Authorization/roleAssignments/write** permissions are granted at the resource group level.
29
+
To resolve this issue, ensure that you have **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level.
30
30
31
31
### You see an UnauthorizedNamespaceError error message
32
32
@@ -36,7 +36,7 @@ If you see the following error message, you either didn't enable the required Az
36
36
Message: Microsoft.ExtendedLocation resource provider does not have the required permissions to create a namespace on the cluster.
37
37
```
38
38
39
-
To resolve, follow [this guidance](/azure-arc/kubernetes/custom-locations#enable-custom-locations-on-your-cluster) for enabling the custom locations feature with the correct OID.
39
+
To resolve, follow [this guidance](/azure/azure-arc/kubernetes/custom-locations#enable-custom-locations-on-your-cluster) for enabling the custom locations feature with the correct OID.
40
40
41
41
### You see a MissingResourceVersionOnHost error message
0 commit comments