Skip to content

Commit ea46d3e

Browse files
committed
add permissions info to troubleshooting
1 parent d47413a commit ea46d3e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Cloud resources:
2323

2424
* Azure access permissions. At a minimum, have **Contributor** permissions in your Azure subscription. Depending on the deployment method and feature flag status you select, you may also need **Microsoft/Authorization/roleAssignments/write** permissions. If you *don't* have role assignment write permissions, take the following additional steps when deploying:
2525

26-
* If deploying with an Azure Resource Manager template, set the `deployResourceSyncRules` parameter set to `false`.
26+
* If deploying with an Azure Resource Manager template, set the `deployResourceSyncRules` parameter to `false`.
2727
* If deploying with the Azure CLI, include the `--disable-rsync-rules`.
2828

2929
* An [Azure Key Vault](../../key-vault/general/overview.md) that has the **Permission model** set to **Vault access policy**. You can check this setting in the **Access configuration** section of an existing key vault.

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ For general deployment and configuration troubleshooting, you can use the Azure
2525

2626
- 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.
2727

28+
### Linked authorization failed error
29+
30+
If your deployment fails with the `"code":"LinkedAuthorizationFailed"` error, it means that you don't have **Microsoft.Authorization/roleAssignments/write** permissions on the resource group that contains your cluster.
31+
32+
To resolve this issue, either request the required permissions or make the following adjustments to your deployment steps:
33+
34+
* If deploying with an Azure Resource Manager template, set the `deployResourceSyncRules` parameter to `false`.
35+
* If deploying with the Azure CLI, include the `--disable-rsync-rules` flag with the [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init) command.
36+
2837
## Data Processor pipeline deployment status is failed
2938

3039
Your Data Processor pipeline deployment status is showing as **Failed**.

0 commit comments

Comments
 (0)