Azure Monitor is a monitoring solution in the Azure Portal, which provides infrastructure metrics and logs for mostly all services in Microsoft Azure. Not all Azure resources have been added to Azure Monitor by the time of writing this book, but in the future, more will be added.
Azure Monitor offers the following capabilities:
- Activity Log: The activity log provides information about all types of events that are occurring inside an Azure Subscription. This can be activities such as stopping or starting VMs and maintenance activities. It offers different event categories, such as administrative, security, service health, autoscale, alerts, recommendations, policies, and resource health events. The events are stored for a retention period of 90 days. Queries can be saved and pinned to the Azure Dashboard, and they can be exported to a storage account for storing...