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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ A cluster host:
51
51
52
52
* Have an Azure Arc-enabled Kubernetes cluster with the custom location and workload identity features enabled. If you don't have one, follow the steps in [Prepare your Azure Arc-enabled Kubernetes cluster](./howto-prepare-cluster.md).
53
53
54
-
If you deployed Azure IoT Operations to your cluster previously, uninstall those resources before continuing. For more information, see [Update Azure IoT Operations](./howto-manage-update-uninstall.md#update).
54
+
If you deployed Azure IoT Operations to your cluster previously, uninstall those resources before continuing. For more information, see [Update Azure IoT Operations](./howto-manage-update-uninstall.md#upgrade).
55
55
56
56
* Verify that your cluster host is configured correctly for deployment by using the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) command on the cluster host:
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-manage-update-uninstall.md
+54-42Lines changed: 54 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: kgremban
5
5
ms.author: kgremban
6
6
ms.topic: how-to
7
7
ms.custom: devx-track-azurecli
8
-
ms.date: 09/23/2024
8
+
ms.date: 10/24/2024
9
9
10
10
#CustomerIntent: As an OT professional, I want to manage Azure IoT Operations instances.
11
11
---
@@ -34,6 +34,11 @@ After deployment, you can use the Azure CLI and Azure portal to view and manage
34
34
35
35
### List instances
36
36
37
+
#### [Azure portal](#tab/portal)
38
+
39
+
1. In the [Azure portal](https://portal.azure.com), search for and select **Azure IoT Operations**.
40
+
1. Use the filters to view Azure IoT Operations instances based on subscription, resource group, and more.
41
+
37
42
#### [Azure CLI](#tab/cli)
38
43
39
44
Use the `az iot ops list` command to see all of the Azure IoT Operations instances in your subscription or resource group.
@@ -50,14 +55,21 @@ To filter the results by resource group, add the `--resource-group` parameter.
50
55
az iot ops list --resource-group <RESOURCE_GROUP>
51
56
```
52
57
58
+
---
59
+
60
+
### View instance
61
+
53
62
#### [Azure portal](#tab/portal)
54
63
55
-
1. In the [Azure portal](https://portal.azure.com), search for and select **Azure IoT Operations**.
56
-
1. Use the filters to view Azure IoT Operations instances based on subscription, resource group, and more.
64
+
You can view your Azure IoT Operations instance in the Azure portal.
57
65
58
-
---
66
+
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your Azure IoT Operations instance, or search for and select **Azure IoT Operations**.
59
67
60
-
### View instance
68
+
1. Select the name of your Azure IoT Operations instance.
69
+
70
+
1. On the **Overview** page of your instance, the **Arc extensions** table displays the resources that were deployed to your cluster.
71
+
72
+
:::image type="content" source="../get-started-end-to-end-sample/media/quickstart-deploy/view-instance.png" alt-text="Screenshot that shows the Azure IoT Operations instance on your Arc-enabled cluster." lightbox="../get-started-end-to-end-sample/media/quickstart-deploy/view-instance.png":::
61
73
62
74
#### [Azure CLI](#tab/cli)
63
75
@@ -91,21 +103,17 @@ MyCluster
91
103
92
104
You can run `az iot ops check` on your cluster to assess health and configurations of individual Azure IoT Operations components. By default, the command checks MQ but you can [specify the service](/cli/azure/iot/ops#az-iot-ops-check-examples) with `--ops-service` parameter.
93
105
94
-
#### [Azure portal](#tab/portal)
106
+
---
95
107
96
-
You can view your Azure IoT Operations instance in the Azure portal.
108
+
### Update instance tags and description
109
+
110
+
#### [Azure portal](#tab/portal)
97
111
98
112
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your Azure IoT Operations instance, or search for and select **Azure IoT Operations**.
99
113
100
114
1. Select the name of your Azure IoT Operations instance.
101
115
102
-
1. On the **Overview** page of your instance, the **Arc extensions** table displays the resources that were deployed to your cluster.
103
-
104
-
:::image type="content" source="../get-started-end-to-end-sample/media/quickstart-deploy/view-instance.png" alt-text="Screenshot that shows the Azure IoT Operations instance on your Arc-enabled cluster." lightbox="../get-started-end-to-end-sample/media/quickstart-deploy/view-instance.png":::
105
-
106
-
---
107
-
108
-
### Update instance tags and description
116
+
1. On the **Overview** page of your instance, select **Add tags** or **edit** to modify tags on your instance.
109
117
110
118
#### [Azure CLI](#tab/cli)
111
119
@@ -121,14 +129,6 @@ To delete all tags on an instance, set the tags parameter to a null value. For e
121
129
az iot ops update --name <INSTANCE_NAME> --resource-group --tags ""
122
130
```
123
131
124
-
#### [Azure portal](#tab/portal)
125
-
126
-
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your Azure IoT Operations instance, or search for and select **Azure IoT Operations**.
127
-
128
-
1. Select the name of your Azure IoT Operations instance.
129
-
130
-
1. On the **Overview** page of your instance, select **Add tags** or **edit** to modify tags on your instance.
131
-
132
132
---
133
133
134
134
## Uninstall
@@ -137,6 +137,18 @@ The Azure CLI and Azure portal offer different options for uninstalling Azure Io
137
137
138
138
The Azure portal steps can delete an Azure IoT Operations instance, but can't affect the related resources in the deployment. If you want to delete the entire deployment, use the Azure CLI.
139
139
140
+
### [Azure portal](#tab/portal)
141
+
142
+
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your Azure IoT Operations instance, or search for and select **Azure IoT Operations**.
143
+
144
+
1. Select the name of your Azure IoT Operations instance.
145
+
146
+
1. On the **Overview** page of your instance, select **Delete**.
147
+
148
+
1. Review the list of resources that are and aren't deleted as part of this operation, then type the name of your instance and select **Delete** to confirm.
149
+
150
+
:::image type="content" source="./media/howto-deploy-iot-operations/delete-instance.png" alt-text="A screenshot that shows deleting an Azure IoT Operations instance in the Azure portal.":::
151
+
140
152
### [Azure CLI](#tab/cli)
141
153
142
154
Use the [az iot ops delete](/cli/azure/iot/ops#az-iot-ops-delete) command to delete the entire Azure IoT Operations deployment from a cluster. The `delete` command evaluates the Azure IoT Operations related resources on the cluster and presents a tree view of the resources to be deleted. The cluster should be online when you run this command.
@@ -161,37 +173,37 @@ To delete the instance and also remove the Azure IoT Operations dependencies (th
161
173
az iot ops delete --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --include-deps
162
174
```
163
175
164
-
### [Azure portal](#tab/portal)
176
+
---
165
177
166
-
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your Azure IoT Operations instance, or search for and select **Azure IoT Operations**.
178
+
## Upgrade
167
179
168
-
1. Select the name of your Azure IoT Operations instance.
180
+
In public preview, Azure IoT Operations supports upgrading instances from version 0.7.x to 0.8.x.
169
181
170
-
1. On the **Overview** page of your instance, select **Delete** your instance.
182
+
When a generally available release is made available, you'll need to deploy a new Azure IoT Operations installation. You won't be able to upgrade from a preview installation.
171
183
172
-
1. Review the list of resources that are and aren't deleted as part of this operation, then type the name of your instance and select **Delete** to confirm.
184
+
### [Azure portal](#tab/portal)
173
185
174
-
:::image type="content" source="./media/howto-deploy-iot-operations/delete-instance.png" alt-text="A screenshot that shows deleting an Azure IoT Operations instance in the Azure portal.":::
186
+
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your Azure IoT Operations instance, or search for and select **Azure IoT Operations**.
175
187
176
-
---
188
+
1. Select the name of your Azure IoT Operations instance.
177
189
178
-
## Update
190
+
1. On the **Overview** page of your instance, select **Upgrade**.
179
191
180
-
Currently, there's no support for updating an existing Azure IoT Operations deployment. Instead, uninstall and redeploy a new version of Azure IoT Operations.
192
+
1. The **Upgrade Azure IoT Operations** wizard prompts you to make sure you have the latest version for the Azure IoT Operations CLI extension. Copy and run the provided `az extension add` command.
181
193
182
-
1.Use the [az iot ops delete](/cli/azure/iot/ops#az-iot-ops-delete) command to delete the Azure IoT Operations deployment on your cluster.
194
+
1.Update to the latest version of Azure IoT Operations instance. Copy and run the provided `az iot ops upgrade` command.
183
195
184
-
```azurecli
185
-
az iot ops delete --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP>
186
-
```
196
+
1. Once the upgrade command completes successfully, you can exit the wizard and refresh your instance page.
187
197
188
-
1. Update the CLI extension to get the latest Azure IoT Operations version.
198
+
### [Azure CLI](#tab/cli)
199
+
200
+
Use the `az iot ops upgrade` command to upgrade an Azure IoT Operations deployment. This command:
189
201
190
-
```azurecli
191
-
az extension update --name azure-iot-ops
192
-
```
202
+
* Upgrades Azure Arc extensions on your cluster.
203
+
* Upgrades the Azure IoT Operations instance.
193
204
194
-
1. Follow the steps in this article to deploy the newest version of Azure IoT Operations to your cluster.
205
+
```azurecli
206
+
az iot ops upgrade --resource-group <RESOURCE_GROUP> --name <INSTANCE_NAME>
207
+
```
195
208
196
-
>[!TIP]
197
-
>Add the `--ensure-latest` flag to the `az iot ops init` command to check that the latest Azure IoT Operations CLI version is installed and raise an error if an upgrade is available.
Copy file name to clipboardExpand all lines: articles/iot-operations/overview-iot-operations.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ There are two core elements in the Azure IoT Operations Preview architecture:
42
42
43
43
Azure IoT Operations runs on Arc-enabled Kubernetes clusters on the edge. You can deploy Azure IoT Operations by using the Azure portal or the Azure CLI.
44
44
45
-
> [!NOTE]
46
-
> During public preview, there's no support for upgrading an existing Azure IoT Operations deployment to a newer version. Instead, remove Azure IoT Operations from your cluster and then deploy the latest version. For more information, see [Update Azure IoT Operations](./deploy-iot-ops/howto-manage-update-uninstall.md#update).
45
+
During public preview, Azure IoT Operations supports upgrading instances from version 0.7.x to 0.8.x. For more information, see [Manage Azure IoT Operations](./deploy-iot-ops/howto-manage-update-uninstall.md#upgrade).
0 commit comments