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-deploy-iot-operations.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,8 +214,15 @@ The `check` command displays a warning about missing data flows, which is normal
214
214
215
215
You can check the configurations of topic maps, QoS, and message routes by adding the `--detail-level 2` parameter to the `check`commandfor a verbose view.
216
216
217
+
You can view all versions of the Azure IoT Operations CLI extension that are available by running the following command:
218
+
219
+
```azurecli
220
+
az iot ops get-versions
221
+
```
222
+
217
223
## Next steps
218
224
219
-
If your components need to connect to Azure endpoints like SQL or Fabric, learn how to [Manage secrets for your Azure IoT Operations deployment](../deploy-iot-ops/howto-manage-secrets.md).
225
+
- If your components need to connect to Azure endpoints like SQL or Fabric, learn how to [Manage secrets for your Azure IoT Operations deployment](../deploy-iot-ops/howto-manage-secrets.md).
226
+
- To upgrade your Azure IoT Operations deployment to a newer version, see [Upgrade Azure IoT Operations](./howto-upgrade.md).
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-deploy-iot-test-operations.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,12 @@ The `check` command displays a warning about missing data flows, which is normal
174
174
175
175
You can check the configurations of topic maps, QoS, and message routes by adding the `--detail-level 2` parameter to the `check` command for a verbose view.
176
176
177
+
You can view all versions of the Azure IoT Operations CLI extension that are available by running the following command:
178
+
179
+
```azurecli
180
+
az iot ops get-versions
181
+
```
182
+
177
183
## Next steps
178
184
179
185
The Azure IoT Operations instance you deployed is configured for testing scenarios. If you want to enable secure setting and prepare the instance for production scenarios, follow the steps in [Enable secure settings on an existing Azure IoT Operations instance](./howto-enable-secure-settings.md).
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-upgrade.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,21 +89,21 @@ Use the following steps to upgrade your deployment to the latest version:
89
89
az iot ops upgrade --resource-group <RESOURCE_GROUP_NAME> --name <INSTANCE_NAME>
90
90
```
91
91
92
-
1. The CLI outputs a table of the components that have available upgrades. Enter `Y` to continue with the upgrade.
92
+
1. The CLI outputs a table of the components that have available upgrades. Enter `Y` to continue with the upgrade.
93
93
94
-
1.If you want to upgrade to a specific version of Azure IoT Operations that isn't the latest, use 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 wantand run the following command:
94
+
If you want to upgrade to a specific version of Azure IoT Operations that isn't the latest, you can run `az iot ops get-versions` or 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. Get the version number and run the following command to upgrade to that version:
95
95
96
-
```azurecli
97
-
az extension add --upgrade --name azure-iot-ops --version <VERSION_NUMBER>
98
-
```
96
+
```azurecli
97
+
az extension add --upgrade --name azure-iot-ops --version <VERSION_NUMBER>
98
+
```
99
99
100
100
---
101
101
102
102
## Upgrade to preview version
103
103
104
104
Sometimes the latest version of Azure IoT Operations is in preview. Check the [Azure IoT Operations versions](https://aka.ms/aio-versions) to see the latest version. During preview releases, version upgrade is blocked, and you need to uninstall Azure IoT Operations and reinstall the preview version.
105
105
106
-
You can only install a preview version using the Azure CLI. Follow these steps to upgrade to a preview version of Azure IoT Operations:
106
+
You can only install a preview version using the Azure CLI.
107
107
108
108
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.
109
109
1. Add the latest version of the Azure IoT Operations CLI extension with the `--allow-preview` flag.
@@ -112,11 +112,11 @@ You can only install a preview version using the Azure CLI. Follow these steps t
112
112
az extension add --upgrade --name azure-iot-ops --allow-preview
113
113
```
114
114
115
-
1. During preview releases, 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 wantand run the following command:
115
+
If you want to upgrade to a specific version of Azure IoT Operations that isn't the latest, you can run `az iot ops get-versions` or 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. Get the version number and run the following command to upgrade to that version:
116
116
117
-
```azurecli
118
-
az extension add --upgrade --name azure-iot-ops --version <VERSION_NUMBER>
119
-
```
117
+
```azurecli
118
+
az extension add --upgrade --name azure-iot-ops --version <VERSION_NUMBER>
119
+
```
120
120
121
121
> [!NOTE]
122
122
> In preview releases, the `az iot ops upgrade` command doesn't work for upgrading to a preview version, but it works for configuring the Azure IoT Operations for observability. Add the following parameters to the `upgrade` command:
0 commit comments