Skip to content

Commit 95ce5a8

Browse files
minor update about message persistence
1 parent ae3f55d commit 95ce5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sections:
2929
answer: Currently, MQTT with QOS 2 is not supported. QoS 2 provides "exactly once" message delivery, but it requires additional processing, which can impact performance and scalability, particularly in high-throughput IoT environments. Azure IoT Operations prioritizes QoS levels 0 and 1 for efficient message handling, balancing reliability and resource management.
3030
- question: |
3131
Is message persistence supported in Azure IoT Operations?
32-
answer: At AIO GA1, full message persistence is not going to be supported - the capability will be added post-GA. Currently, messages are held in memory with optional spill over to disk. However, if there is pod restart for any reason, messages that were written to disk cannot be restored.
32+
answer: Currently, 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 cannot be restored.
3333
- question: |
3434
Does Azure Device Registry Preview offer high availability across availability zones and regions?
3535
answer: For information on high availability across availability zones and regions for ADR, see [Reliability in Azure Device Registry](../../reliability/reliability-device-registry.md).

0 commit comments

Comments
 (0)