I'm very new to the Azure Event Grid and have a question on how to do something. I'd like to be able to register to receive events about VM activities (start/deallocate, etc) in a c#/.Net application in order to be able to react to certain VM events.
Has anyone done something like this? All the c# Azure Event Grid examples I can find seem to deal with getting notifications about items being removed from/added to blob storage in Azure.