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
-
Updated
Oct 4, 2023 - HCL
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
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 …
Azure Event Grid Demo using Azure Functions as a webhook
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.
A minimal example of how to receive and authenticate events from Azure Event Grid
Add a description, image, and links to the event-grid-subscription topic page so that developers can more easily learn about it.
To associate your repository with the event-grid-subscription topic, visit your repo's landing page and select "manage topics."