0 Forks
1 Stars
1 Watchers

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.

How to download and setup Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo

Open terminal and run command
git clone https://github.com/kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo.git
git clone is used to create a copy or clone of Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo https://github.com/kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo/archive/master.zip

Or simply clone Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo with SSH
[email protected]:kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo.git

If you have some problems with Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo

You may open issue on Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo support forum (system) here: https://github.com/kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo/issues