Skip to content

Instantly share code, notes, and snippets.

@Torxsmind
Created August 11, 2020 13:39
Show Gist options
  • Select an option

  • Save Torxsmind/cb7ee44bfb198704a8fcadb93c156f89 to your computer and use it in GitHub Desktop.

Select an option

Save Torxsmind/cb7ee44bfb198704a8fcadb93c156f89 to your computer and use it in GitHub Desktop.
Azure log analytics samples for VM Configuration changes
# Changes
ConfigurationChange
| take 5
# Data
ConfigurationData
| take 5
# Changes by Computer
ConfigurationChange
| summarize arg_max(TimeGenerated, *) by Computer
# Data by computer
ConfigurationData
| summarize arg_max(TimeGenerated, *) by Computer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment