Skip to content

Commit 2648616

Browse files
committed
Incorporate feedback
1 parent 3fd2520 commit 2648616

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ App Service provides built-in diagnostics logging to assist with debugging apps.
2323

2424
You can also use Azure Health check to monitor App Service instances. For more information, see [Monitor App Service instances using Health check](monitor-instances-health-check.md).
2525

26+
If you're using ASP.NET Core, ASP.NET, Java, Node.js, or Python, we recommend [enabling observability with Application Insights](/azure/azure-monitor/app/opentelemetry-enable). To learn more about observability experiences offered by Application Insights, see [Application Insights overview](/azure/azure-monitor/app/app-insights-overview).
27+
2628
### Monitoring scenarios
2729

2830
The following table lists monitoring methods to use for different scenarios.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ Clicking on any of those charts will take you to the metrics view where you can
100100
To learn more about metrics, see [Monitor service metrics](../azure-monitor/data-platform.md).
101101

102102
## Alerts and autoscale
103-
Metrics for an app or an App Service plan can be hooked up to alerts. For more information, see [Receive alert notifications](../azure-monitor/alerts/alerts-classic-portal.md).
103+
104+
Metrics for an app or an App Service plan can be hooked up to alerts. For more information, see [Alerts](monitor-app-service.md#alerts).
104105

105106
App Service apps hosted in Basic or higher App Service plans support autoscale. With autoscale, you can configure rules that monitor the App Service plan metrics. Rules can increase or decrease the instance count, which can provide additional resources as needed. Rules can also help you save money when the app is over-provisioned.
106107

0 commit comments

Comments
 (0)