Azure Monitor: First Look
- Open Azure Monitor
- Metrics
- Log Analytics: Logs collected can be analyzed and queried using Log Analytics and querying the Logs of Azure
KQL (Kusto Query Language)is used
Virtual Machine Monitoring
- Enabling Monitoring on Azure Virtual Machine.
- To collect monitoring data from the guest operating of Azure virtual machine, The Azure Monitoring Aget (AMA) is uses
- To collect the information from Virtual Machines we need an workspace. The workspace is Log Analytics Workspace
- Lets Create a Window VM free (Standard_B1S)
- Now Navigate to Log Analytics workspace and look into connection
- Activity: Create a Ubuntu 20.04 or Redhat 8 or Centos 7.9 VM and try creating a Data collection rule and establish connection
- Note:
- After successful connection:
- Delete the connection and remove the resource from the Data Collection Rule
- Delete the Resource Group where you have virtual Machines
