- After Azure has created the new Function App, you will then be able to create an Azure Function. All that we are going to do is to create an Azure Function that will be triggered whenever something happens on a GitHub repository. Click on the Create your own custom function link.

According to the Microsoft Azure site, the following are supported when writing Azure Functions: JavaScript, C#, F#, and scripting options such as Python, PHP, Bash, Batch, and PowerShell.
- You will now see that you are given a choice between several templates. Choose C# from the Language selection and API & Webhooks from the Scenario selection and ...