EventGrid extension for Azure Functions
Перейти к файлу
Fabio Cavalcante c625ab9c16
Update README.md
2024-07-19 15:46:58 -07:00
src/EventGridExtension EventGrid Trigger execution failed with NotImplementedException (#104) 2022-10-20 16:54:08 -07:00
test/Extension.tests EventGrid Trigger execution failed with NotImplementedException (#104) 2022-10-20 16:54:08 -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 adding staging feed 2018-09-10 19:24:17 -07:00
README.md Update README.md 2024-07-19 15:46:58 -07:00
SECURITY.md Microsoft mandatory file 2022-07-28 16:58:11 +00:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2022-07-12 17:05:00 -07:00
sign.snk sign builds 2018-09-10 19:24:17 -07:00

README.md

Event Grid Extension for Azure Functions [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid.

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.

Branch Status
dev Build Status

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.