Skip to content

Commit f21b6b2

Browse files
authored
Merge pull request #293008 from dominicbetts/aio-ga-pp
AIO: Clarify GA support
2 parents 637ff8f + 36758e9 commit f21b6b2

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

articles/iot-operations/deploy-iot-ops/concept-production-examples.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Example hardware specifications:
2828

2929
- AKS-EE on P3 Tiny Workstation (13th Generation Intel® Core™ i7-13700 vPro® Processor), 16 core (24 threads), 32-GB memory, 1-TB storage.
3030

31+
[!INCLUDE [supported-environments](../includes/supported-environments.md)]
32+
3133
The following table shows the MQTT broker configuration for the single node example:
3234

3335
| Parameter | Value |
@@ -70,8 +72,11 @@ When Azure IoT Operations runs on a multi-node cluster, it can process more data
7072
Example hardware specifications:
7173

7274
- 5-node K3s with Azure VMs (Standard_D8d_v5 with Intel Xeon Platinum 8370C), 8 core (8 vCPU), 32-GB memory, 30 GB.
75+
7376
- 5-node K3S with P3 Tiny Workstations (13th Generation Intel® Core™ i7-13700 vPro® Processor), 16 core (24 threads), 32-GB memory, 1-TB storage.
7477

78+
[!INCLUDE [supported-environments](../includes/supported-environments.md)]
79+
7580
The following table shows the MQTT broker configuration for the multi-node example:
7681

7782
| Parameter | Value |

articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ For the best new user experience, we recommend using an [Azure free account](htt
2222

2323
We also use GitHub Codespaces as a virtual environment for this quickstart so that you can test the scenario without installing new tools on your own machines. However, if you want to deploy Azure IoT Operations to a local cluster on Ubuntu or Azure Kubernetes Service (AKS), see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md).
2424

25+
[!INCLUDE [supported-environments](../includes/supported-environments.md)]
26+
2527
## Prerequisites
2628

2729
Before you begin, prepare the following prerequisites:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: dominicbetts
5+
ms.topic: include
6+
ms.date: 01/14/2025
7+
ms.author: dobett
8+
ms.custom:
9+
- include file
10+
---
11+
12+
> [!IMPORTANT]
13+
> Currently, K3s on Ubuntu 24.04 is the only generally available platform for deploying Azure IoT Operations in production. To learn more, see [Supported environments](../deploy-iot-ops/overview-deploy.md#supported-environments).

articles/iot-operations/includes/validated-environments.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ sections:
3434
Does Azure Device Registry 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).
3636
- question: |
37-
What Kubernetes distributions are compatible with Azure IoT Operations?
38-
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).
37+
On which platforms is Azure IoT Operations supported?
38+
answer: Currently, K3s on Ubuntu 24.04 is the only generally available platform for deploying Azure IoT Operations in production. To learn more, see [Supported environments](../deploy-iot-ops/overview-deploy.md#supported-environments).
3939
- question: |
4040
Can I migrate my IoT Edge workloads to Azure IoT Operations?
4141
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.

0 commit comments

Comments
 (0)