Skip to content

Commit 1ead0cd

Browse files
committed
fix some lint issues in document
1 parent 5e6abd7 commit 1ead0cd

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/container-registry/monitor-service.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ When you have critical applications and business processes relying on Azure reso
1515

1616
## Monitor overview
1717

18-
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.
18+
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.
1919

20-
:::image type="content" source="media/monitor-service/metrics-overview.png" alt-text="Registry metrics overview":::
20+
:::image type="content" source="media/monitor-service/metrics-overview.png" alt-text="Registry metrics overview":::
2121

2222
## What is Azure Monitor?
2323

@@ -33,9 +33,9 @@ Start with the article [Monitoring Azure resources with Azure Monitor](../azure-
3333

3434
The following sections build on this article by describing the specific data gathered for Azure Container Registry and providing examples for configuring data collection and analyzing this data with Azure tools.
3535

36-
## Monitoring data
36+
## Monitoring data
3737

38-
Azure Container Registry collects the same kinds of monitoring data as other Azure resources that are described in [Monitoring data from Azure resources](../azure-monitor/essentials/monitor-azure-resource.md#monitoring-data).
38+
Azure Container Registry collects the same kinds of monitoring data as other Azure resources that are described in [Monitoring data from Azure resources](../azure-monitor/essentials/monitor-azure-resource.md#monitoring-data).
3939

4040
See [Monitoring Azure Container Registry data reference](monitor-service-reference.md) for detailed information on the metrics and logs created by Azure Container Registry.
4141

@@ -58,7 +58,7 @@ The metrics and logs you can collect are discussed in the following sections.
5858

5959
## Analyzing metrics
6060

61-
You can analyze metrics for an Azure container registry with metrics from other Azure services using metrics explorer by opening **Metrics** from the **Azure Monitor** menu. See [Getting started with Azure Metrics Explorer](../azure-monitor/essentials/metrics-getting-started.md) for details on using this tool.
61+
You can analyze metrics for an Azure container registry with metrics from other Azure services using metrics explorer by opening **Metrics** from the **Azure Monitor** menu. See [Getting started with Azure Metrics Explorer](../azure-monitor/essentials/metrics-getting-started.md) for details on using this tool.
6262

6363
> [!TIP]
6464
> You can also go to the metrics explorer by navigating to your registry in the portal. In the menu, select **Metrics** under **Monitoring**.
@@ -74,7 +74,7 @@ The following Azure CLI commands can be used to get information about the Azure
7474
* [az monitor metrics list-definitions](/cli/azure/monitor/metrics#az-monitor-metrics-list-definitions) - List metric definitions and dimensions
7575
* [az monitor metrics list](/cli/azure/monitor/metrics#az-monitor-metrics-list) - Retrieve metric values
7676

77-
### REST API
77+
### REST API
7878

7979
You can use the Azure Monitor REST API to get information programmatically about the Azure Container Registry metrics.
8080

@@ -109,7 +109,7 @@ The following image shows sample output:
109109

110110
:::image type="content" source="media/monitor-service/azure-monitor-query.png" alt-text="Query log data":::
111111

112-
Following are queries that you can use to help you monitor your registry resource.
112+
Following are queries that you can use to help you monitor your registry resource.
113113

114114
### Error events from the last hour
115115

@@ -161,12 +161,10 @@ ContainerRegistryLoginEvents
161161
| project TimeGenerated, Identity, CallerIpAddress, ResultDescription
162162
```
163163

164-
165164
## Alerts
166165

167166
Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues in your system before your customers notice them. You can set alerts on [metrics](../azure-monitor/alerts/alerts-metric-overview.md), [logs](../azure-monitor/alerts/alerts-unified-log.md), and the [activity log](../azure-monitor/alerts/activity-log-alerts.md). Different types of alerts have benefits and drawbacks.
168167

169-
170168
<!-- only include next line if applications run on your service and work with App Insights.
171169
172170
If you are creating or running an application which run on <*service*> [Azure Monitor Application Insights](../azure-monitor/overview.md#application-insights) may offer additional types of alerts.
@@ -202,4 +200,4 @@ The following table lists common and recommended alert rules for Azure Container
202200

203201
- See [Monitoring Azure Container Registry data reference](monitor-service-reference.md) for a reference of the metrics, logs, and other important values created by Azure Container Registry.
204202
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
205-
- See [Show registry usage](container-registry-skus.md#show-registry-usage) for information about how to get a snapshot of storage usage and other resource consumption in your registry.
203+
- See [Show registry usage](container-registry-skus.md#show-registry-usage) for information about how to get a snapshot of storage usage and other resource consumption in your registry.

0 commit comments

Comments
 (0)