Skip to content

Commit 7347d04

Browse files
Update alt-text.
1 parent ae68082 commit 7347d04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-registry/monitor-container-registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes the monitoring data generated by Azure Container Registry
1919

2020
The **Overview** page in the Azure portal for each registry includes a brief view of recent resource usage and activity, such as push and pull operations. This high-level information is useful, but only a small amount of data is shown there.
2121

22-
:::image type="content" source="media/monitor-service/metrics-overview.png" alt-text="Registry metrics overview":::
22+
:::image type="content" source="media/monitor-service/metrics-overview.png" alt-text="Screenshot shows the registry metrics overview page displaying four metrics over the last 30 days.":::
2323

2424
[!INCLUDE [horz-monitor-resource-types](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-types.md)]
2525
For more information about the resource types for Container Registry, see [Azure Container Registry monitoring data reference](monitor-container-registry-reference.md).
@@ -43,7 +43,7 @@ See [Create diagnostic setting to collect platform logs and metrics in Azure](..
4343
4444
The following image shows the options when you enable diagnostic settings for a registry.
4545

46-
:::image type="content" source="media/monitor-service/diagnostic-settings.png" alt-text="Diagnostic settings for container registry":::
46+
:::image type="content" source="media/monitor-service/diagnostic-settings.png" alt-text="Screenshot shows the diagnostic settings for container registry.":::
4747

4848
The metrics and logs you can collect are discussed in the following sections.
4949

@@ -109,7 +109,7 @@ ContainerRegistryRepositoryEvents
109109

110110
The following image shows sample output:
111111

112-
:::image type="content" source="media/monitor-service/azure-monitor-query.png" alt-text="Query log data":::
112+
:::image type="content" source="media/monitor-service/azure-monitor-query.png" alt-text="Screenshot shows Query log data in the Azure portal.":::
113113

114114
Following are queries that you can use to help you monitor your registry resource.
115115

@@ -119,7 +119,7 @@ Error events from the last hour:
119119
union Event, Syslog // Event table stores Windows event records, Syslog stores Linux records
120120
| where TimeGenerated > ago(1h)
121121
| where EventLevelName == "Error" // EventLevelName is used in the Event (Windows) records
122-
or SeverityLevel== "err" // SeverityLevel is used in Syslog (Linux) records
122+
or SeverityLevel== "err" // SeverityLevel is used in Syslog (Linux) records
123123
```
124124

125125
100 most recent registry events:

0 commit comments

Comments
 (0)