Skip to content

Instantly share code, notes, and snippets.

@sakaldeepyadav
Created October 7, 2020 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakaldeepyadav/5cf2648b5599f9121729109ffd94b85b to your computer and use it in GitHub Desktop.
Save sakaldeepyadav/5cf2648b5599f9121729109ffd94b85b to your computer and use it in GitHub Desktop.
AzureActivity
| where OperationName == "Create or Update Virtual Machine" or OperationName =="Create Deployment"
| where ActivityStatus == "Succeeded"
| extend HostCustomEntity = Resource
| extend IPCustomEntity = CallerIpAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment