Skip to content

Commit 633f37f

Browse files
Merge pull request #289529 from kgremban/patch-2
Update known-issues for deployment
2 parents 94333a2 + e5c5396 commit 633f37f

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,11 @@ This article lists the known issues for Azure IoT Operations Preview.
1717

1818
## Deploy and uninstall issues
1919

20-
- If you prefer to have no updates made to your cluster without giving explicit consent, you should disable Arc updates when you enable the cluster. This is due to the fact that some system extensions are automatically updated by the Arc agent.
21-
22-
- Using your own cert-manager issuer is only supported for cert-manager versions less than 1.13.
23-
24-
- The Azure storage account that you use for the schema registry must have public network access enabled.
20+
- If you prefer to have no updates made to your cluster without giving explicit consent, you should disable Arc updates when you enable the cluster. This is due to the fact that some system extensions are automatically updated by the Arc agent. To disable updates, include the `--disable-auto-upgrade` flag as part of the `az connectedk8s connect` command.
2521

2622
- 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.
2723

28-
To resolve this issue, either request the required permissions or make the following adjustments to your deployment steps:
29-
30-
- If deploying with an Azure Resource Manager template, set the `deployResourceSyncRules` parameter to `false`.
31-
- 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.
32-
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.
24+
- Directly editing **SecretProviderClass** and **SecretSync** custom resources in your Kubernetes cluster can break the secrets flow in Azure IoT Operations. For any operations related to secrets, use the operations experience UI.
3625

3726
## MQTT broker
3827

0 commit comments

Comments
 (0)