Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Laurens van de Venn
Thanks for the question and using MS Q&A platform.
To effectively monitor an App Service Environment v3, focus on these key areas:
Microsoft manages the infrastructure, while you are responsible for monitoring your App Service Plans and applications.
App Service Environment v3 (and earlier versions) uses a single-tenant model, where each customer's workloads run in isolation from others. Management and networking, including customer traffic, are kept separate, allowing for on-demand scaling and safe capacity releases. Track CPU usage, memory consumption, and request counts to understand performance and resource use.
Use platform logs and enable diagnostic settings to forward logs for better analysis.
Create alerts for specific metrics and define action groups for notifications.
Use Azure Monitor for a comprehensive view of metrics and logs and analyze data using queries.
Regularly review performance metrics and adjust resources based on usage patterns. App Service Environment overview:
https://learn.microsoft.com/en-us/azure/app-service/environment/overview
https://learn.microsoft.com/en-us/azure/app-service/environment/ase-multi-tenant-comparison
Go to your App Service.
Click on Application Insights in the left menu. Select the Metrics section to see CPU usage, memory consumption, and request counts of App Service Environment.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.