18 строки
1.3 KiB
Markdown
18 строки
1.3 KiB
Markdown
# 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](https://azfunc.visualstudio.com/Azure%20Functions/_apis/build/status/Azure.azure-functions-eventgrid-extension?branchName=dev)](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=39&branchName=dev)
|
|
|
|
## License
|
|
|
|
This project is under the benevolent umbrella of the [.NET Foundation](http://www.dotnetfoundation.org/) and is licensed under [the MIT License](https://github.com/Azure/azure-webjobs-sdk/blob/master/LICENSE.txt)
|
|
|
|
## Contributing
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|