Problem Statement
Assume that you have a Azure App Service Web App with Azure Blob storage and Azure SQL database and you are using Application Insights integrated as well. You will need to use the monitoring services for various functionalities with-in your application.
Solution
There are quite a few monitoring services that you can use with-in your azure subscription.
You can use the below services.
Monitoring Services |
Scenario |
Azure Monitor Logs |
For Azure Resource usage and performance data mapping with the application configuration and performance data |
Application Insights |
For tracking application related requests and exceptions Give the ability to actually analyse how to uses return to an application and see how often they only select a particular drop-down value. For Visualizing relationships between different application components |
TO BE UPDATED SOON WITH OTHER SERVICES
Leave a Reply