Skip to content

Commit 6548489

Browse files
committed
Merge changes
1 parent eb20c13 commit 6548489

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

articles/iot-operations/troubleshoot/iot-operations-faq.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ sections:
2020
answer: Share your feedback on the [Azure IoT Operations public feedback forum](https://feedback.azure.com/d365community/forum/20152d6e-6a76-ee11-8179-000d3a1abe9e).
2121
- question: |
2222
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.
2424
- question: |
2525
How can we ensure zero or minimal data loss in an Azure IoT Operations setup?
2626
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.
2927
- 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.
3230
- question: |
3331
Is message persistence supported in Azure IoT Operations?
3432
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:
4341
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).
4442
- question: |
4543
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.
5444
answer: Currently, Azure IoT Operations supports OPC-UA and MQTT for device communication.
5545
- question: |
5646
Which Azure regions is Azure IoT Operations currently available in?
5747
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.
6448
additionalContent: |
6549
## Related content
6650
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

Comments
 (0)