Skip to content

Commit a82d2ce

Browse files
authored
Merge pull request #301968 from dominicbetts/aio-supported-versions
AIO: Add details of supported versions
2 parents d66c5e5 + 25e04f8 commit a82d2ce

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

articles/iot-operations/deploy-iot-ops/howto-upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ To ensure zero data loss and high availability during deployment upgrades, the M
112112
If a failure occurs during the upgrade process, the health manager pod automatically restarts the upgrade process while ensuring no loss of data or connectivity.
113113

114114
Rolling updates can only occur if the MQTT broker is deployed with two or more backend replicas. MQTT broker upgrades aren't supported for single-replica deployments. When you deploy Azure IoT Operations, you specify the number of backend replicas to create in the [az iot ops create](/cli/azure/iot/ops#az-iot-ops-create) command with the `--broker-backend-rf` parameter.
115+
116+
## Supported versions
117+
118+
[!INCLUDE [supported-versions](../includes/supported-versions.md)]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: include file
3+
description: include file with details of currently supported versions
4+
author: dominicbetts
5+
ms.topic: include
6+
ms.date: 06/16/2025
7+
ms.author: dobett
8+
---
9+
10+
Microsoft always supports three generally available (GA) versions of Azure IoT Operations at any one time: the latest version, and the two previous minor versions.
11+
12+
Currently, there are only two minor versions available. [Azure support](https://azure.microsoft.com/support/plans) is currently available for the following versions:
13+
14+
- [1.1.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.19) (latest GA version)
15+
- [1.0.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.9) (previous minor GA version)
16+
17+
> [!IMPORTANT]
18+
> Previous minor versions don't receive security patches. Always upgrade to the latest version to ensure you have the latest security updates and features.
19+
20+
To verify your current version, see the overview page for your Azure IoT Operations instance in the Azure portal or use the Azure IoT Operations CLI [az iot ops instance show](/cli/azure/iot/ops#az-iot-ops-show) command.

articles/iot-operations/overview-iot-operations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ To visualize and analyze sensor data and messages from your devices and assets,
121121

122122
To secure communication between devices and the cloud through isolated network environments based on the ISA-95/Purdue Network architecture, use the Azure IoT Layered Network Management (preview) component.
123123

124+
## Supported versions
125+
126+
[!INCLUDE [supported-versions](includes/supported-versions.md)]
127+
124128
## Supported environments
125129

126130
[!INCLUDE [supported-environments-table](includes/supported-environments-table.md)]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ sections:
4848
- question: |
4949
Does Azure IoT Operations support connecting via proxy servers?
5050
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.
51+
- question: |
52+
What versions of Azure IoT Operations are supported?
53+
answer: Microsoft supports the three most recent minor versions of Azure IoT Operations. To learn more, see [Supported versions](../overview-iot-operations.md#supported-versions).
5154
- question: |
5255
Does Azure IoT Operations support Azure Private Link and private endpoints?
5356
answer: Azure IoT Operations currently does not support Azure Private Link and private endpoints.

0 commit comments

Comments
 (0)