Monitoring
Modern applications have a lot of moving parts, and as the number of components increases, complexity also increases. With this complexity, we need to ensure that our system is monitored so that our components don’t fail and the team is notified in the event of an issue. Azure Monitor is your go-to service for all your monitoring needs. We can collect data from disparate sources and analyze them in Azure. Furthermore, we can set up notifications (e-mail, phone, and text), automation (Azure Logic Apps, Azure Functions, Azure Automation runbooks, and Webhooks), and integration using IT service management (ITSM) connectors.
You need to ask the following questions within your organization to develop a monitoring strategy:
- Do you monitor your resources?
- Do you have application code monitoring using detailed instrumentation?
- Do you correlate application events across all application components?
- Do you analyze collected data to spot issues and patterns...