Skip to content

Commit 514f20b

Browse files
Update howto-manage-update-uninstall.md
1 parent a585577 commit 514f20b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ However, you can also manage the components of Azure IoT Operations using YAML K
145145

146146
## Uninstall
147147

148-
The Azure CLI and Azure portal offer different options for uninstalling Azure IoT Operations.
148+
The Azure IoT Operations CLI and Azure portal offer different options for uninstalling Azure IoT Operations.
149149

150150
> [!IMPORTANT]
151-
> If you want to clean up your cluster and resource group, it's recommended to first remove Azure IoT Operations from the cluster using the Azure CLI commands in the following section. Then, you can delete the resource group. Deleting the resource group directly may leave orphaned resources on the cluster.
151+
> If you want to clean up your cluster and resource group, it's recommended to first remove Azure IoT Operations from the cluster using the Azure IoT Operations CLI commands in the following section. Then, you can delete the resource group. Deleting the resource group directly will leave orphaned resources on the cluster.
152152
153153

154154
### [Azure portal](#tab/portal)
@@ -164,7 +164,7 @@ The Azure CLI and Azure portal offer different options for uninstalling Azure Io
164164
:::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.":::
165165

166166
> [!NOTE]
167-
> Deleting the Azure IoT Operations instance in the Azure portal may not remove the dependencies that were created when you deployed Azure IoT Operations. To remove these dependencies, use the `az iot ops delete --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --include-deps` command described in the Azure CLI procedure.
167+
> Deleting the Azure IoT Operations instance in the Azure portal doesn't remove the dependencies that were created when you deployed Azure IoT Operations. To remove these dependencies, use the `az iot ops delete --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --include-deps` command described in the Azure CLI procedure.
168168
169169
### [Azure CLI](#tab/cli)
170170

0 commit comments

Comments
 (0)