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-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,22 +29,22 @@ sections:
29
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.
30
30
- question: |
31
31
Is message persistence supported in Azure IoT Operations?
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.
32
+
answer: Azure IoT Operations supports message persistence through disk-backed message buffers and configurable persistence settings. To learn more, see [Configure disk-backed message buffer](../manage-mqtt-broker/howto-disk-backed-message-buffer.md) and [Data persistence](../manage-mqtt-broker/howto-broker-persistence.md).
33
33
- question: |
34
34
Does Azure Device Registry offer high availability across availability zones and regions?
35
35
answer: For information on high availability across availability zones and regions for ADR, see [Reliability in Azure Device Registry](../../reliability/reliability-device-registry.md).
36
36
- question: |
37
37
On which platforms is Azure IoT Operations supported?
38
-
answer: Currently, K3s on Ubuntu 24.04 and Tanzu Kubernetes are the only platforms for deploying Azure IoT Operations in production. To learn more, see [Supported environments](../deploy-iot-ops/overview-deploy.md#supported-environments).
38
+
answer: To learn more about supported platforms for deploying Azure IoT Operations, see [Supported environments](../overview-support.md#supported-environments).
39
39
- question: |
40
40
Can I migrate my IoT Edge workloads to Azure IoT Operations?
41
41
answer: Azure IoT Edge isn't an Azure Arc-enabled service like Azure IoT Operations is. Instead, IoT Edge is deeply integrated with and relies on Azure IoT Hub primitives such as device twins and direct methods for its functionality. While Azure IoT Operations can achieve outcomes similar to IoT Edge in some scenarios, the two services have fundamentally different architectures. As a result, there isn't a direct migration path for transitioning IoT Edge workload modules to Azure IoT Operations.
42
42
- question: |
43
43
For IoT Operations, which device communication protocols supported.
44
-
answer: Currently, Azure IoT Operations supports OPC-UA and MQTT for device communication.
44
+
answer: Currently, Azure IoT Operations supports HTTP/REST, SSE, OPC-UA, and MQTT for device communication.
45
45
- question: |
46
46
Which Azure regions is Azure IoT Operations currently available in?
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.
47
+
answer: To learn more about Azure region availability for Azure IoT Operations, see [Supported regions](../overview-support.md#supported-regions).
48
48
- question: |
49
49
Does Azure IoT Operations support connecting via proxy servers?
50
50
answer: Azure IoT Operations supports connecting via passthrough proxies that don't require proxy authentication. Proxies that require authentication or can inspect encrypted traffic are currently not supported.
0 commit comments