Skip to content

Commit c73b1a3

Browse files
committed
made minor changes
1 parent c7c68c0 commit c73b1a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For general deployment and configuration troubleshooting, you can use the Azure
2323

2424
- 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.
2525

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.
2828

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.
3030

3131
### You see an UnauthorizedNamespaceError error message
3232

@@ -36,7 +36,7 @@ If you see the following error message, you either didn't enable the required Az
3636
Message: Microsoft.ExtendedLocation resource provider does not have the required permissions to create a namespace on the cluster.
3737
```
3838

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.
4040

4141
### You see a MissingResourceVersionOnHost error message
4242

0 commit comments

Comments
 (0)