Skip to content

Commit 5d60f40

Browse files
Merge pull request #287670 from dominicbetts/release-aio-m2-known-issues
AIO: Updates to known issues for M2
2 parents 1aae3e7 + 2ea7444 commit 5d60f40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@ This article lists the known issues for Azure IoT Operations Preview.
2323

2424
- The Azure storage account that you use for the schema registry must have public network access enabled.
2525

26-
- When you use the `az iot ops delete` command to uninstall Azure IoT Operations, some custom Akri resources might not be deleted from the cluster. These Akri instances can cause issues if you redeploy Azure IoT Operations to the same cluster. You should manually delete any Akri instance custom resources from the cluster before you redeploy Azure IoT Operations.
27-
2826
- 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.
2927

3028
To resolve this issue, either request the required permissions or make the following adjustments to your deployment steps:
3129

3230
- If deploying with an Azure Resource Manager template, set the `deployResourceSyncRules` parameter to `false`.
3331
- 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.
3432

33+
- Directly editing **SecretProviderClass** and **SecretSync** custom resources in your Kubernetes cluster can the break secrets flow in Azure IoT Operations. For any operations related to secrets, use the operations experience UI.
34+
35+
- By default, the `az iot ops check` command displays warning about missing dataflows until you create a dataflow.
36+
3537
## MQTT broker
3638

3739
- You can't update the Broker custom resource after the initial deployment. You can't make configuration changes to cardinality, memory profile, or disk buffer.

0 commit comments

Comments
 (0)