Skip to content

Commit 9c82273

Browse files
committed
Some edits
1 parent a21e5bf commit 9c82273

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/azure-monitor/monitor-horizontal-test.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article describes:
1818

1919
[Azure Monitor](/azure/azure-monitor/overview) collects and aggregates metrics and logs from every component of your system to monitor availability, performance, and resilience, and notify you of issues affecting your system. You can use the Azure portal, PowerShell, Azure CLI, REST API, or client libraries to set up and view monitoring data.
2020

21-
Different metrics and logs are available for different resource types. Your service can be associated with more than one resource type. This table describes how you can collect data to monitor your service, and what you can do with the data once collected:
21+
Different metrics and logs are available for different resource types. This table describes how you can use Azure Monitor to collect data to monitor your service:
2222

2323
|Data to collect |Description|Collection Method |Reference Information |
2424
|---------|---------|---------|---------|
@@ -50,7 +50,7 @@ These Azure Monitor tools are available in the Azure portal to help you analyze
5050

5151
- The [activity log](/azure/azure-monitor/essentials/activity-log) has a user interface in the Azure portal for viewing and basic searches. To do more in-depth analysis, route the data to Azure Monitor logs and run more complex queries in Log Analytics.
5252

53-
- [Application Insights](/azure/azure-monitor/app/app-insights-overview) monitors the availability, performance, and usage of your web applications, so you can identify and diagnose errors without waiting for a user to report them.</br>Application Insights includes connection points to various development tools and integrates with Visual Studio to support your DevOps processes. For more information, see [Application monitoring for App Service](/azure/azure-monitor/app/azure-web-apps).
53+
- [Application Insights](/azure/azure-monitor/app/app-insights-overview) monitors the availability, performance, and usage of your web applications, so you can identify and diagnose errors without waiting for a user to report them. Application Insights includes connection points to various development tools and integrates with Visual Studio to support your DevOps processes. For more information, see [Application monitoring for App Service](/azure/azure-monitor/app/azure-web-apps).
5454

5555
Tools that allow more complex visualization include:
5656

@@ -59,17 +59,6 @@ Tools that allow more complex visualization include:
5959
- [Grafana](/azure/azure-monitor/visualize/grafana-plugin), an open platform tool that excels in operational dashboards. You can use Grafana to create dashboards that include data from multiple sources other than Azure Monitor.
6060
- [Power BI](/azure/azure-monitor/logs/log-powerbi), a business analytics service that provides interactive visualizations across various data sources. You can configure Power BI to automatically import log data from Azure Monitor to take advantage of these visualizations.
6161

62-
## Export Azure Monitor data
63-
64-
You can get data out of Azure Monitor into other tools by using the following methods:
65-
66-
- **Metrics:** Use the [REST API for metrics](/rest/api/monitor/operation-groups) to extract metric data from the Azure Monitor metrics database. For more information, see [Azure Monitor REST API reference](/rest/api/monitor/filter-syntax).
67-
68-
- **Logs:** Use the REST API or the [associated client libraries](/rest/api/loganalytics/query/get?tabs=HTTP).
69-
- Another option is the [workspace data export](/azure/azure-monitor/logs/logs-data-export?tabs=portal).
70-
71-
To get started with the REST API for Azure Monitor, see [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough?tabs=portal).
72-
7362
## Use Kusto queries to analyze log data
7463

7564
You can analyze Azure Monitor Log data using the Kusto query language (KQL). For more information, see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
@@ -144,6 +133,17 @@ The following table lists common and recommended alert rules for App Service.
144133
>[!NOTE]
145134
>If you're creating or running an application that runs on your service, [Azure Monitor application insights](/azure/azure-monitor/overview#application-insights) might offer more types of alerts.
146135
136+
## Export Azure Monitor data to other tools
137+
138+
You can get data out of Azure Monitor into other tools by using the following methods:
139+
140+
- **Metrics:** Use the [REST API for metrics](/rest/api/monitor/operation-groups) to extract metric data from the Azure Monitor metrics database. For more information, see [Azure Monitor REST API reference](/rest/api/monitor/filter-syntax).
141+
142+
- **Logs:** Use the REST API or the [associated client libraries](/rest/api/loganalytics/query/get?tabs=HTTP).
143+
- Another option is the [workspace data export](/azure/azure-monitor/logs/logs-data-export?tabs=portal).
144+
145+
To get started with the REST API for Azure Monitor, see [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough?tabs=portal).
146+
147147
### Get personalized recommendations using Advisor
148148

149149
For some services, if critical conditions or imminent changes occur during resource operations, an alert displays on the service **Overview** page in the portal. You can find more information and recommended fixes for the alert in **Advisor recommendations** under **Monitoring** in the left menu. During normal operations, no advisor recommendations display.

0 commit comments

Comments
 (0)