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/app-service/monitor-app-service.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,21 +31,13 @@ The following table lists monitoring methods to use for different scenarios.
31
31
32
32
|Scenario|Monitoring method |
33
33
|----------|-----------|
34
-
|I want to monitor platform metrics and logs |(Azure Monitor) [Diagnostic Settings](#diagnostic-settings-via-azure-monitor)|
34
+
|I want to monitor platform metrics and logs |[Azure Monitor platform metrics](#platform-metrics)|
35
35
|I want to monitor application performance and usage | (Azure Monitor) [Application Insights](#application-insights)|
36
36
|I want to monitor built-in logs for testing and development|[Log stream](troubleshoot-diagnostic-logs.md#stream-logs)|
37
37
|I want to monitor resource limits and configure alerts|[Quotas and alerts](web-sites-monitor.md)|
38
38
|I want to monitor web app resource events|[Activity logs](#activity-log)|
39
39
|I want to monitor metrics visually|[Metrics](web-sites-monitor.md#metrics-granularity-and-retention-policy)|
40
40
41
-
## Diagnostic Settings (via Azure Monitor)
42
-
43
-
The Azure Monitor data platform collects data into logs and metrics where they can be analyzed. App Service monitoring data can be shipped to Azure Monitor through [Diagnostic Settings](/azure/azure-monitor/essentials/diagnostic-settings).
44
-
45
-
Diagnostic Settings lets you export logs to other services, such as Log Analytics, Storage account, and Event Hubs. Large amounts of data using SQL-like Kusto can be queried with Log Analytics. You can capture platform logs in Azure Monitor Logs as configured via Diagnostic Settings, and instrument your app further with the dedicated application performance management feature (Application Insights) for additional telemetry and logs.
46
-
47
-
For an end-to-end tutorial on Diagnostic Settings, see the article [Troubleshoot an App Service app with Azure Monitor](tutorial-troubleshoot-monitor.md).
0 commit comments