Skip to content

Commit 9cfce4d

Browse files
Adding Germany West Central support
1 parent 0cc9cfa commit 9cfce4d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ Upgrade an Azure IoT Operations deployment to a newer version. Azure IoT Operati
2222
## Understand upgrade support
2323

2424
- You can upgrade an existing Azure IoT Operations instance to any patch of the same minor version, or to the next minor version.
25-
26-
- Azure IoT Operations doesn't support downgrading between versions. To move to an older version, uninstall Azure IoT Operations and reinstall the desired version.
27-
28-
- You can't upgrade from a preview installation to a GA version, or from a GA version to a preview version, it has to be a fresh deployment. If this is the case, you need to [uninstall Azure IoT Operations](howto-manage-update-uninstall.md#uninstall) and reinstall the new version.
29-
30-
For more information, see [Upgrade to preview version](howto-upgrade.md#upgrade-to-preview-version).
25+
- Azure IoT Operations doesn't support downgrading between versions. To move to an older version, uninstall Azure IoT Operations and reinstall the desired version.
26+
- You can't upgrade from a preview installation to a GA version, or from a GA version to a preview version, it has to be a fresh deployment. If this is the case, you need to [uninstall Azure IoT Operations](howto-manage-update-uninstall.md#uninstall) and reinstall the new version. For more information, see [Upgrade to preview version](howto-upgrade.md#upgrade-to-preview-version).
3127

3228
> [!NOTE]
3329
> Azure IoT Operations doesn't support live upgrades. Please expect some downtime during the upgrade process.
@@ -100,14 +96,20 @@ Use the following steps to upgrade your deployment to the latest version:
10096

10197
## Upgrade to preview version
10298

103-
Sometimes the latest version of Azure IoT Operations is in preview. If you want to upgrade to a preview version, you can do so using the Azure CLI.
99+
Sometimes the latest version of Azure IoT Operations is in preview. During preview releases, version upgrade is blocked, so you need to uninstall Azure IoT Operations and reinstall the preview version.
104100

101+
1. If you have an existing Azure IoT Operations instance, you need to [Uninstall Azure IoT Operations](howto-manage-update-uninstall.md#uninstall) to do a new deployment.
105102
1. Add the latest version of the Azure IoT Operations CLI extension with the `--allow-preview` flag.
106103

107104
```azurecli
108105
az extension add --upgrade --name azure-iot-ops --allow-preview
109106
```
110-
107+
> [!NOTE]
108+
> If you don't want to install a preview version, you can upgrade your deployment to a specific version of Azure IoT Operations by specifying the related CLI extension version. Refer to [IoT Operations versions](https://aka.ms/aio-versions) to find the CLI extension version associated with the Azure IoT Operations version that you want and run the following command:
109+
>
110+
> ```azurecli
111+
> az extension add --upgrade --name azure-iot-ops --version <VERSION_NUMBER>
112+
> ```
111113
112114
113115

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Azure IoT Operations supports clusters that are Arc-enabled in the following reg
144144
| West US 3 | westus3 |
145145
| West Europe | westeurope |
146146
| North Europe | northeurope |
147+
|Germany West Central | germanywestcentral |
147148

148149
This list of supported regions only applies to the region that you use when connecting your cluster to Azure Arc. This list doesn't restrict you from using your preferred Azure region for your cloud resources. Azure IoT Operations components and other resources deployed to your cluster in these supported regions can still connect to cloud resources in different regions.
149150

0 commit comments

Comments
 (0)