Skip to content

Commit 3fdaad3

Browse files
committed
Upgrade update
1 parent 3b1a6f4 commit 3fdaad3

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

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

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
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.
44
author: kgremban
55
ms.author: kgremban
66
ms.topic: how-to
77
ms.custom: devx-track-azurecli
8-
ms.date: 01/31/2025
8+
ms.date: 02/13/2025
99

1010
#CustomerIntent: As an OT professional, I want to manage Azure IoT Operations instances.
1111
---
1212

13-
# Upgrade or downgrade between versions
13+
# Upgrade versions
1414

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.
1616

1717
## Prerequisites
1818

@@ -26,13 +26,9 @@ Upgrade an Azure IoT Operations deployment to a newer version or rollback to a p
2626

2727
## Understand upgrade support
2828

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.
3030

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.
3632

3733
## Upgrade
3834

@@ -79,18 +75,3 @@ You can find the supported component versions and release train information in t
7975

8076
---
8177

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).
95-
96-
---

0 commit comments

Comments
 (0)