event-grid-subscription
There are 5 repositories under event-grid-subscription topic.
Azure-Samples/azure-functions-event-grid-terraform
This sample shows how to create Storage Event subscriptions to Azure Functions, publish events to a custom Event Grid topic, and deploy it all with Terraform
kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo
In this project, we will create an Event Grid Topic in Azure for a publish-subscribe demo. Our subscriber will be an Azure function that is triggered by an event published to the Event Grid Topic. We will create the Azure function app, subscribe to our Event Grid Topic, and then demo it in action. We will use Postman to set up a POST request to our Event Grid Topic public endpoint that has authentication, version parameter, and the correct JSON body format. After we send the request, we will take a look in the Azure portal to verify the activity and that our subscriber function received and processed the event.
andrewschmidgit/aeg-subscriber-example
A minimal example of how to receive and authenticate events from Azure Event Grid
calloncampbell/Azure-EventGrid-Presentation-Sample
Azure Event Grid Demo using Azure Functions as a webhook
StratusOn/StorageStatsTracker
A simple solution that allows tracking new storage account creation as well as creation or deletion of blobs in a blob storage account. Events are stored in an Azure SQL Database.