Skip to content

Commit d47413a

Browse files
committed
add permissions info inline
1 parent 2e2b856 commit d47413a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ az iot ops init --cluster <CLUSTER_NAME> -g <RESOURCE_GROUP> --kv-id $(az keyvau
142142
>[!TIP]
143143
>If you get an error that says *Your device is required to be managed to access your resource*, go back to the previous step and make sure that you signed in interactively.
144144
145+
If you don't have **Microsoft.Authorization/roleAssignment/write** permissions in your Azure subscription, include the `--disable-rsync-rules` feature flag.
146+
145147
Use optional flags to customize the `az iot ops init` command. To learn more, see [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init).
146148

147149
#### [GitHub Actions](#tab/github)
@@ -222,6 +224,7 @@ Now, you can deploy Azure IoT Operations to your cluster.
222224
| `dataProcessorSecrets` | object | Pass a secret to an Azure IoT Data Processor resource. |
223225
| `mqSecrets` | object | Pass a secret to an Azure IoT MQ resource. |
224226
| `opcUaBrokerSecrets` | object | Pass a secret to an Azure OPC UA Broker resource. |
227+
| `deployResourceSyncRules` | Set to `false` if you don't have **Microsoft.Authorization/roleAssignment/write** permissions in your Azure subscription. |
225228

226229
1. Save your changes to the parameters file.
227230

0 commit comments

Comments
 (0)