EventGrid extension for Azure Functions
Перейти к файлу
ShunXian Cai 8694c6cf19 remove query parameter from log url 2018-03-29 16:33:42 -07:00
src/EventGridExtension remove query parameter from log url 2018-03-29 16:33:42 -07:00
test/Extension.tests use bindToTrigger, remove GetConverters() 2018-03-29 16:33:42 -07:00
.gitattributes Add .gitignore and .gitattributes. 2017-06-05 14:42:49 -07:00
.gitignore Add .gitignore and .gitattributes. 2017-06-05 14:42:49 -07:00
EventGridBinding.sln remove EventGridFaultyEvent, remove publisher, add unit test project 2017-08-15 14:20:51 -07:00
LICENSE Add license and placeholder readme 2017-07-25 17:21:17 -07:00
Nuget.Config move Nuget.Config to root folder 2017-07-26 15:49:48 -07:00
README.md fix typo 2018-01-31 17:42:45 -08:00
appveyor.yml Update appveyor.yml 2018-02-16 15:55:54 -08:00

README.md

Event Grid Extension for Azure Functions

This extension provides functionality for receiving Event Grid webhook calls in Azure Functions, allowing you to easily write functions that respond to any event published to Event Grid.

License

This project is under the benevolent umbrella of the .NET Foundation and is licensed under the MIT License

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.