You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/troubleshoot/iot-operations-faq.yml
+4-20Lines changed: 4 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,13 @@ sections:
20
20
answer: Share your feedback on the [Azure IoT Operations public feedback forum](https://feedback.azure.com/d365community/forum/20152d6e-6a76-ee11-8179-000d3a1abe9e).
21
21
- question: |
22
22
Does Azure IoT Operations offer high availability across multi-node setup?
23
-
answer: Yes, Azure IoT Operations workloads on K3s and HCI/AKS-Arc multi-node clusters support distribution of workloads across multi-nodes setups in the preview version. The MQTT Broker does automatically replicates states across multiple nodes governed by the Broker's 'cardinality' setting. Replicas are distributed across different nodes in a multi-node cluster and data isn't lost if there's one set of replicas running and healthy.
23
+
answer: Yes, Azure IoT Operations workloads on K3s and HCI/AKS-Arc multi-node clusters support distribution of workloads across multi-nodes setups. The MQTT Broker does automatically replicates states across multiple nodes governed by the Broker's 'cardinality' setting. Replicas are distributed across different nodes in a multi-node cluster and data isn't lost if there's one set of replicas running and healthy.
24
24
- question: |
25
25
How can we ensure zero or minimal data loss in an Azure IoT Operations setup?
26
26
answer: To achieve zero message loss, a minimum 3-node cluster is required. This configuration allows for one node to reboot or go offline without data loss. However, if the entire cluster goes down or enough nodes are lost to disrupt quorum, message loss might occur.
27
-
Is message persistence supported?
28
-
answer: Currently, message persistence isn't supported in Azure IoT Operations.
29
27
- question: |
30
-
Does Azure IoT Operations offer high availability and zero data loss features?
31
-
answer: Currently, zero data loss features aren't available in Azure IoT Operations.
28
+
Is MQTT with QoS 2 supported in Azure IoT Operations?
29
+
answer: Currently, MQTT with QoS-2 isn't supported. QoS 2 provides strict message guarantees (Exactly Once) and requires complex state management and synchronization which can impact performance and scalability. QoS-0 (At most once) and QoS-1 (At least once) provide sufficient message delivery guarantees for Azure IoT Operations applications, where a balance between availability, throughput, latency, and reliable message delivery is desired.
32
30
- question: |
33
31
Is message persistence supported in Azure IoT Operations?
34
32
answer: Full message persistence is on the roadmap, however, Azure IoT Operations supports in-memory message persistence with optional spillover to disk. This setup allows messages to remain available in memory, with overflow messages stored temporarily on disk to prevent data loss during high message volumes. However, if a pod restarts, any messages that were written to disk can't be restored.
@@ -43,25 +41,11 @@ sections:
43
41
answer: Currently, there's no documented migration path from IoT Edge to Azure IoT Operations. If you have any feature asks for Azure IoT Operations as part of your migration plans, share your requests on the [Azure IoT Operations public feedback forum](https://feedback.azure.com/d365community/forum/20152d6e-6a76-ee11-8179-000d3a1abe9e).
44
42
- question: |
45
43
For IoT Operations, which device communication protocols supported.
46
-
answer: Currently, OPC-UA and MQTT are supported.
47
-
- question: |
48
-
Is there a non-Dapr Azure IoT Operations state store code example?
49
-
answer: |
50
-
Currently, we don't have an example/asset for external use. However, the StateStore documentation can help you understand how it can be used. For more information, see [MQTT broker state store protocol](../create-edge-apps/concept-about-state-store-protocol.md).
51
-
- question: |
52
-
Is MQTT with QoS 2 supported?
53
-
answer: Currently, QoS 2 isn't supported.
54
44
answer: Currently, Azure IoT Operations supports OPC-UA and MQTT for device communication.
55
45
- question: |
56
46
Which Azure regions is Azure IoT Operations currently available in?
57
47
answer: Azure IoT Operations is available in East US2, West US 3, West Europe, East US, West US, West US 2, North Europe regions.
58
-
- question: |
59
-
Is there a way to gracefully fail over between two redundant OPC UA servers in case one of them fails?
60
-
answer: Currently, fail over between two redundant OPC UA servers isn't supported in Azure IoT Operations.
61
-
- question: |
62
-
Is there a hard limit on the sampling intervals for OPC UA tags for minimum and maximum sampling interval?
63
-
answer: The minimum is 1 ms, however there's no upper restriction imposed at the connector level.
64
48
additionalContent: |
65
49
## Related content
66
50
67
-
To learn more, see [IoT Operations overview](../overview-iot-operations.md) and [documentation](/azure/iot-operations/).
51
+
To learn more, see [IoT Operations overview](../overview-iot-operations.md) and [documentation](/azure/iot-operations/).
0 commit comments