Skip to content

Commit eacda57

Browse files
Addressing feedback
1 parent 8e78c0a commit eacda57

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ Use these steps if you chose the **Test settings** option on the **Dependency ma
126126
az login
127127
```
128128
129-
1. Install the latest Azure IoT Operations CLI extension.
129+
1. Install the latest Azure IoT Operations CLI extension if you haven't already.
130130
131131
```azurecli
132-
az upgrade
133132
az extension add --upgrade --name azure-iot-ops
134133
```
135134
@@ -140,7 +139,7 @@ Use these steps if you chose the **Test settings** option on the **Dependency ma
140139
1. Prepare the cluster for Azure IoT Operations deployment. Copy and run the provided [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init) command.
141140
142141
>[!TIP]
143-
>The `init` command only needs to be run once per cluster. If you're reusing a cluster that already had Azure IoT Operations version 0.8.0 deployed on it, you can skip this step.
142+
>The `init` command only needs to be run once per cluster. If you're reusing a cluster that already has the latest version of Azure IoT Operations deployed on it, you can skip this step.
144143
145144
If you followed the optional prerequisite to set up your own certificate authority issuer, add the `--user-trust` flag to the `init` command.
146145

articles/iot-operations/deploy-iot-ops/howto-manage-update-uninstall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ You can run `az iot ops check` on your cluster to assess health and configuratio
115115

116116
#### [Azure CLI](#tab/cli2)
117117

118-
Use the `az iot ops update` command to edit the tags and description parameters of your Azure IoT Operations instance. The values provided in the `update` command replace any existing tags or description
118+
Use the `az iot ops update` command to edit the features of your Azure IoT Operations instance.
119+
120+
To update tags and description parameters of an instance, run:
119121

120122
```azurecli
121123
az iot ops update --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --desc "<INSTANCE_DESCRIPTION>" --tags <TAG_NAME>=<TAG-VALUE> <TAG_NAME>=<TAG-VALUE>

0 commit comments

Comments
 (0)