Skip to content

Commit 37b8351

Browse files
committed
lightbox; tree flag
1 parent 23bee26 commit 37b8351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Use the Azure CLI to deploy Azure IoT Operations to your Arc-enabled Kubernetes
116116

117117
Once the **Deploy IoT Operations** phase begins, the text in the terminal becomes a link to view the deployment progress in the Azure portal.
118118

119-
:::image type="content" source="./media/howto-deploy-iot-operations/view-deployment-portal.png" alt-text="A screenshot that shows the progress of an Azure IoT Operations deployment in the Azure portal.":::
119+
:::image type="content" source="./media/howto-deploy-iot-operations/view-deployment-portal.png" alt-text="A screenshot that shows the progress of an Azure IoT Operations deployment in the Azure portal." lightbox="./media/howto-deploy-iot-operations/view-deployment-portal.png":::
120120

121121
* Otherwise, or if you choose to disable the progress interface with `--no-progress`, you can use kubectl commands to view the pods on your cluster:
122122

@@ -170,7 +170,7 @@ az iot ops list --resource-group <RESOURCE_GROUP>
170170
Use the `az iot ops show` command to view the properties of an instance.
171171

172172
```azurecli
173-
az iot ops show --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --tree
173+
az iot ops show --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP>
174174
```
175175

176176
You can also use the `az iot ops show` command to view the resources in your Azure IoT Operations deployment in the Azure CLI. Add the `--tree` flag to show a tree view of the deployment that includes the specified Azure IoT Operations instance.
@@ -207,7 +207,7 @@ You can view your Azure IoT Operations instance in the Azure portal.
207207

208208
1. On the **Overview** page of your instance, select the **Components** tab to view the resources that were deployed to your cluster.
209209

210-
:::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.":::
210+
:::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":::
211211

212212
---
213213

0 commit comments

Comments
 (0)