Azure-Sentinel/Playbooks/Create-AzureSnapshot
Thijs Lecomte fcf5620f70 Add entities to identify VM 2020-10-21 20:58:46 +02:00
..
Create-Snapshot.json Add entities to identify VM 2020-10-21 20:58:46 +02:00
readme.md Add entities to identify VM 2020-10-21 20:58:46 +02:00

readme.md

#Create-Snapshot This playbook will create a snapshot from an Azure VM.

The Logic App uses a Managed System Identity to authenticate and authorize against management.azure.com to create the Snapshot. Be sure to turn on the System Assigned Identity in the Logic App.

The playbook queries LogAnalytics and uses the ResourceID to identify the VM. The query should map the VM name to the HostCustomEntity in order to identify the right machine to create a snapshot for.