Skip to content

Commit f429359

Browse files
authored
Update howto-deploy-iot-operations.md
Add deeplink to specify app id, object id when user encouters AKV/SP permission issue.
1 parent baa863b commit f429359

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,12 @@ az iot ops init --cluster <CLUSTER_NAME> -g <RESOURCE_GROUP> --kv-id $(az keyvau
8888
8989
If you don't have **Microsoft.Authorization/roleAssignment/write** permissions in your Azure subscription, include the `--disable-rsync-rules` feature flag.
9090

91-
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).
91+
If you encounter an issue with the KeyVault access policy and the Service Principal (SP) permissions, [pass service principal and KeyVault arguments](https://learn.microsoft.com/en-us/azure/iot-operations/deploy-iot-ops/howto-manage-secrets#pass-service-principal-and-key-vault-arguments-to-azure-iot-operations-deployment).
9292

93+
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).
9394

95+
> [!TIP]
96+
> You can check the configurations of topic maps, QoS, message routes with the [CLI extension](https://learn.microsoft.com/en-us/cli/azure/iot/ops?view=azure-cli-latest#az-iot-ops-check-examples) `az iot ops check --detail-level 2`.
9497
9598
### Configure cluster network (AKS EE)
9699

0 commit comments

Comments
 (0)