Relative Content

Tag Archive for azureazure-functionsazure-storageazure-eventgrid

Differentiate Between Create and Update Events in Azure Event Grid Trigger

I’m working on an Azure Function that integrates with an Event Grid Subscription to receive notifications whenever a new Azure resource is created. I’ve successfully set up the Event Grid Subscription and connected it to the Azure Function. My goal is to filter the events so that I only receive notifications for the creation of resource groups and storage accounts. Here’s what I’ve done so far: