In setting up SendGrid, I was advised to use SendGrid Event Webhooks. Since I'm working in Azure, Application Insights seemed like the most sensible end-point for event logging. It gives me integrated logs across my app and provides extensibility if I need to do more (like alerting) in the future.
I've found no instances online that this can be done directly. I assume I could consume the events in a custom app and feed it into Application Insights that way, but it feels like that step shouldn't be required for a basic level of functionality.
I'm very new to this environment (Azure/cloud), so I expect I'm missing either a technical or rational reason why this wouldn't or shouldn't work.
Can you connect Twilo SendGrid Event Webhooks to Azure Application Insights directly? If so, how? If not, why not (either technically or for more philosophical reasons)?