Skip to content

Commit 244dd15

Browse files
authored
Merge pull request #281877 from PatAltimore/patricka-aio-faq-release-aio-july-updates
Add AIO faq
2 parents eef497a + 612b08f commit 244dd15

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

articles/iot-operations/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ items:
152152
href: troubleshoot/troubleshoot.md
153153
- name: Known issues
154154
href: troubleshoot/known-issues.md
155+
- name: FAQ
156+
href: troubleshoot/iot-operations-faq.yml
155157
- name: Reference # supporting information like APIs, tools, code libraries
156158
items:
157159
- name: Azure IoT Operations Arc Jumpstart scenario
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
### YamlMime:FAQ
2+
metadata:
3+
title: Azure IoT Operations frequently asked questions
4+
description: This article provides a list of frequently asked questions (FAQ) for Azure IoT Operations and their answers.
5+
author: PatAltimore
6+
ms.author: patricka
7+
ms.topic: faq
8+
ms.custom: references_regions
9+
ms.date: 07/31/2024
10+
11+
title: Azure IoT Operations frequently asked questions
12+
summary: |
13+
This article provides a list of frequently asked questions (FAQ) for Azure IoT Operations and their answers.
14+
15+
sections:
16+
- name: General
17+
questions:
18+
- question: |
19+
Is message persistence supported?
20+
answer: Currently, message persistence isn't supported in the preview version of Azure IoT Operations.
21+
- question: |
22+
Does Azure IoT Operations offer high availability and zero data loss features at general availability?
23+
answer: Currently, Azure IoT Operations workloads on K3s and HCI/Aks-Arc multi-node clusters don't support distribution of Azure IoT Operations workloads across multi-node setups in the preview version.
24+
- question: |
25+
Can I migrate my IoT Edge workloads to Azure IoT Operations?
26+
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, relay your requests back to us.
27+
- question: |
28+
Can I just upgrade my preview version to the general availability version?
29+
answer: You can't upgrade from the preview to the general availability version directly. You need to redeploy.
30+
- question: |
31+
What Kubernetes distributions are compatible with Azure IoT Operations?
32+
answer: Azure IoT Operations is only officially supported on two platforms now Ubuntu using K3s, Windows IoT using AKS Edge Essentials. For more information, see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md).
33+
- question: |
34+
For IoT Operations, which device communication protocols supported.
35+
answer: Currently, OPC-UA and MQTT are supported in the preview version.
36+
- question: |
37+
Is there a non-Dapr Azure IoT Operations state store code example?
38+
answer: |
39+
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).
40+
- question: |
41+
Is MQTT with QoS 2 supported?
42+
answer: Currently, QoS 2 isn't supported.
43+
- question: |
44+
Which Azure regions is Azure IoT Operations currently available in?
45+
answer: Azure IoT Operations is available in East US2, West US 3, West Europe, East US, West US, West US 2, North Europe regions.
46+
- question: |
47+
Is there a way to gracefully fail over between two redundant OPC UA servers in case one of them fails?
48+
answer: Currently, fail over between two redundant OPC UA servers isn't supported in the preview version of Azure IoT Operations.
49+
- question: |
50+
Is there a hard limit on the sampling intervals for OPC UA tags for minimum and maximum sampling interval?
51+
answer: The minimum is 1 ms, however there's no upper restriction imposed at the connector level.
52+
- name: Pricing
53+
questions:
54+
- question: |
55+
Does Azure IoT Operations offer a free trial?
56+
answer: Currently, no.
57+
- question: |
58+
What is the cost involved in using Azure IoT Operations?
59+
answer: We're currently working on pricing.
60+
additionalContent: |
61+
## Related content
62+
63+
To learn more, see [IoT Operations overview](../overview-iot-operations.md) and [documentation](/azure/iot-operations/).

0 commit comments

Comments
 (0)