Skip to content

Commit

Permalink
Add a link in the README to Azure Functions (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Jan 16, 2024
1 parent 1263e0b commit bee8adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Libraries to handle GitHub Webhooks in .NET applications.

### Azure Functions

**NOTE**: Support is only provided for isolated process Azure Functions.
**NOTE**: Support is only provided for [isolated process Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide).
1. `dotnet add package Octokit.Webhooks.AzureFunctions`
2. Create a class that derives from `WebhookEventProcessor` and override any of the virtual methods to handle webhooks from GitHub. For example, to handle Pull Request webhooks:
Expand Down

0 comments on commit bee8adb

Please sign in to comment.