Skip to content

Azure-Samples/functions-docs-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions binding examples in C#

The following samples are used as a basis for Azure Functions 2.x+ binding examples in C#.

Settings and configuration

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.

Samples

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

Releases

No releases published

Packages

No packages published

Languages