The following samples are used as a basis for Azure Functions 2.x+ binding examples in C#.
The local.settings.example.json file is provided for your convenience. Rename the file to local.settings.json and add your own connection and API values before trying to run the examples in this repo.
If you're using Visual Studio Code, you can use the REST Client extension with the routes.http file. This file gives you the ability to call sample functions with a single click inside VS Code.
The following samples are available in this repo.
Name | Description | Trigger | Input | Output |
---|---|---|---|---|
HttpTriggerDemo | Triggered by an HTTP request. | Http | N/A | Http |
HttpTriggerRoutes | Triggered by an HTTP request, configured with a custom route. | Http | N/A | Http |