octokit/webhooks.net

Create Azure Functions sample projects

JamieMagee opened this issue · 0 comments

Currently we have a sample application for ASP.NET, but we should also add a sample project for Azure Functions. This includes both Azure Functions in-process1 and isolated/out-of-process2. The samples should target Azure Functions runtime v4, and therefore .NET 6.03

Footnotes

  1. https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library

  2. https://docs.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide

  3. https://azure.microsoft.com/en-us/updates/generally-available-azure-functions-runtime-40/