Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 867 Bytes

Demo.md

File metadata and controls

33 lines (19 loc) · 867 Bytes

AZ-204 Demo: Exploring Azure Monitor

In the demo you will provision Web App and enable Monitoring and Diagnostic for the service.

Technical requirement.

  • Azure CLI or Cloud Shell

Demonstration

  1. Open demo.azcli and execute line by line to provision Web App.

  2. Make several requests to the Web App to generate activities for metrics.

  3. From the first page demonstrate the base telemetry.

diag

  1. From the web app select Audit Log and demonstrate log tracked by Azure Monitor.

Logs

  1. From the Monitoring section select Log Stream to observer the output in live mode

stream

  1. Find Logs from the Monitoring section.

    AzureMetrics 
    | summarize arg_max(TimeGenerated, UnitName, Total, Count, Maximum, Minimum, Average) by MetricName

LogWorkspace