Forum Discussion
Dean_Gross
Sep 08, 2021Silver Contributor
Monitoring Azure VMWare (AVS)
What is the recommended approach for monitoring the new AVS with Azure Sentinel?
CliveWatson
Oct 16, 2021Silver Contributor
Are these not just VMs, or at least you can get the VM info from Azure Diagnostic or the MMA?
https://docs.microsoft.com/en-gb/azure/azure-vmware/introduction#monitoring-your-private-cloud
They also have Rest API support: https://docs.microsoft.com/en-gb/rest/api/avs/ and I see a few entries in ARG
resources
| where type == "microsoft.avs/privateclouds"
This would probably be enough to build Rules, Workbooks or automation - but i dont have any AVS to test with.