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/deploy-iot-ops/howto-upgrade.md
+7-26Lines changed: 7 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Upgrade or rollback
3
-
description: Upgrade an Azure IoT Operations instance or rollback to a previous version.
2
+
title: Upgrade versions
3
+
description: Upgrade an Azure IoT Operations instance using the Azure portal or CLI.
4
4
author: kgremban
5
5
ms.author: kgremban
6
6
ms.topic: how-to
7
7
ms.custom: devx-track-azurecli
8
-
ms.date: 01/31/2025
8
+
ms.date: 02/13/2025
9
9
10
10
#CustomerIntent: As an OT professional, I want to manage Azure IoT Operations instances.
11
11
---
12
12
13
-
# Upgrade or downgrade between versions
13
+
# Upgrade versions
14
14
15
-
Upgrade an Azure IoT Operations deployment to a newer version or rollback to a previous version. Azure IoT Operations supports upgrade and rollback from version 1.0.x onwards. There is no support for upgrading from any preview version of Azure IoT Operations to any generally available (GA) version.
15
+
Upgrade an Azure IoT Operations deployment to a newer version. Azure IoT Operations supports upgrade from version 1.0.x onwards. There is no support for upgrading from any preview version of Azure IoT Operations to any generally available (GA) version.
16
16
17
17
## Prerequisites
18
18
@@ -26,13 +26,9 @@ Upgrade an Azure IoT Operations deployment to a newer version or rollback to a p
26
26
27
27
## Understand upgrade support
28
28
29
-
Upgrade and rollback are supported between N+3 or N-3 minor versions of Azure IoT Operations, or between any patch versions of the same minor version. The following table provides examples:
29
+
You can upgrade an existing Azure IoT Operations instance to any patch of the same minor version, or to the next minor version.
30
30
31
-
| Version | Upgrade range | Downgrade range |
32
-
| ------- | ------------- | --------------- |
33
-
| 1.0.0 | 1.0.1 through 1.3.x | None |
34
-
| 1.1.0 | 1.1.1 through 1.4.x | 1.0.x |
35
-
| 1.4.4 | 1.4.5 through 1.7.x | 1.1.x through 1.4.3 |
31
+
Azure IoT Operations doesn't support downgrading between versions. To move to an older version, uninstall Azure IoT Operations and reinstall the desired version.
36
32
37
33
## Upgrade
38
34
@@ -79,18 +75,3 @@ You can find the supported component versions and release train information in t
79
75
80
76
---
81
77
82
-
## Downgrade
83
-
84
-
### [Azure portal](#tab/portal)
85
-
86
-
The Azure portal doesn't offer a version downgrade option. Instead, use the Azure CLI.
87
-
88
-
### [Azure CLI](#tab/cli)
89
-
90
-
Use the [az iot ops upgrade](/cli/azure/iot/ops#az-iot-ops-upgrade) command to roll back an existing Azure IoT Operations instance to a previous version.
91
-
92
-
In the upgrade command, you can specify a component version up to three minor versions older that the latest.
93
-
94
-
You can find the supported component versions and release train information in the **azure-iot-operations-enablement.json** file included in any given [Azure IoT Operations release](https://github.com/Azure/azure-iot-operations/releases).
0 commit comments