Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Azure-Samples/functions-docs-java

Repository files navigation

Azure Functions binding examples in Java

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

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
HttpTriggerQueueOutput Triggered by an HTTP request, writes a queue message. Http N/A Queue
QueueTriggerDemo Reads a queue message Queue Queue N/A

About

Java samples that support Azure Functions docs

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages