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/azure-monitor/containers/containers.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
@@ -551,7 +551,7 @@ Labels appended to *PodLabel* data types are your own custom labels. The appende
551
551
## Monitor containers
552
552
After you have the solution enabled in the Azure portal, the **Containers** tile shows summary information about your container hosts and the containers running in hosts.
553
553
554
-
:::image type="content" source="./media/containers/containers-title.png" alt-text="Screenshot that shows the Containers tile, which includes summary information about containers presented as a pie chart." border="false" lightbox="media/containers/containers-title.png":::
554
+
:::image type="content" source="./media/containers/containers-title.png" alt-text="Screenshot that shows the Containers tile, which includes a pie chart showing summary information about containers." border="false" lightbox="media/containers/containers-title.png":::
555
555
556
556
The tile shows an overview of how many containers you have in the environment and whether they're failed, running, or stopped.
557
557
@@ -579,7 +579,7 @@ Each area of the dashboard is a visual representation of a search that is run on
579
579
580
580
In the **Container Status** area, click the top area, as shown below.
581
581
582
-
:::image type="content" source="./media/containers/containers-status.png" alt-text="Screenshot that shows the Container Status area of the Containers dashboard, which includes container status information presented as a pie chart." lightbox="media/containers/containers-status.png" border="false":::
582
+
:::image type="content" source="./media/containers/containers-status.png" alt-text="Screenshot that shows the Container Status area of the Containers dashboard, which includes a pie chart showing container status information." lightbox="media/containers/containers-status.png" border="false":::
583
583
584
584
Log Analytics opens, displaying information about the state of your containers.
585
585
@@ -594,7 +594,7 @@ Log Analytics marks a container as **Failed** if it has exited with a non-zero e
594
594
### To find failed containers
595
595
596
596
1. Click the **Container Status** area.
597
-
:::image type="content" source="./media/containers/containers-status.png" alt-text="Screenshot that shows the Container Status area of the Containers dashboard, which includes container status information presented as a pie chart." border="false" lightbox="media/containers/containers-status.png":::
597
+
:::image type="content" source="./media/containers/containers-status.png" alt-text="Screenshot that shows the Container Status area of the Containers dashboard, which includes a pie chart showing container status information." border="false" lightbox="media/containers/containers-status.png":::
598
598
2. Log Analytics opens and displays the state of your containers, similar to the following.
599
599
:::image type="content" source="./media/containers/containers-log-search.png" alt-text="Screenshot that shows Log Analytics with a query for the state of containers and the search results." border="false" lightbox="media/containers/containers-log-search.png":::
600
600
3. Expand the Failed line and click + to add its criteria to the query. Then comment out the Summarize line in the query.
0 commit comments