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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Use the Azure CLI to deploy Azure IoT Operations to your Arc-enabled Kubernetes
116
116
117
117
Once the **Deploy IoT Operations** phase begins, the text in the terminal becomes a link to view the deployment progress in the Azure portal.
118
118
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":::
120
120
121
121
* 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:
122
122
@@ -170,7 +170,7 @@ az iot ops list --resource-group <RESOURCE_GROUP>
170
170
Use the `az iot ops show`command to view the properties of an instance.
171
171
172
172
```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>
174
174
```
175
175
176
176
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.
207
207
208
208
1. On the **Overview** page of your instance, selectthe**Components** tab to view the resources that were deployed to your cluster.
209
209
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":::
0 commit comments