Skip to content

Commit d110984

Browse files
committed
Remove diagnostics settings
1 parent 2648616 commit d110984

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

articles/app-service/monitor-app-service.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,13 @@ The following table lists monitoring methods to use for different scenarios.
3131

3232
|Scenario|Monitoring method |
3333
|----------|-----------|
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)|
3535
|I want to monitor application performance and usage | (Azure Monitor) [Application Insights](#application-insights)|
3636
|I want to monitor built-in logs for testing and development|[Log stream](troubleshoot-diagnostic-logs.md#stream-logs)|
3737
|I want to monitor resource limits and configure alerts|[Quotas and alerts](web-sites-monitor.md)|
3838
|I want to monitor web app resource events|[Activity logs](#activity-log)|
3939
|I want to monitor metrics visually|[Metrics](web-sites-monitor.md#metrics-granularity-and-retention-policy)|
4040

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).
48-
4941
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
5042

5143
### Application Insights
@@ -59,6 +51,7 @@ For more information about the resource types for App Service, see [App Service
5951

6052
[!INCLUDE [horz-monitor-data-storage](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-data-storage.md)]
6153

54+
<a name="platform-metrics"></a>
6255
[!INCLUDE [horz-monitor-platform-metrics](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-platform-metrics.md)]
6356
For a list of available metrics for App Service, see [App Service monitoring data reference](monitor-app-service-reference.md#metrics).
6457

0 commit comments

Comments
 (0)