Azure Classroom Series – 25/Jun/2021

Azure monitor logs

  • Log queries in Azure Monitor. For querying the logs KQL (Kusto Query language) can be used

  • Refer Here for SQL to Kusto Cheat sheet

  • Some Queries used in the class

  • Render time series

AzureMetrics
 | where  TimeGenerated > datetime(05-24-2021) and TimeGenerated  < datetime(07-24-2021)
 | where MetricName == 'app_cpu_billed'
 | summarize avg(Average) by bin(TimeGenerated, 10m)
 | render timechart  
  • Exercise : Create a time chart from Azure Monitor => Logs in the Demo Environment
  • For Log Analytics Demo Environment Refer Here

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%