Skip to content

ckittel/Azure-Functions-Samples

Repository files navigation

Azure Functions Samples

A handful of various samples of how different Triggers, Input, and Output Bindings work. Also includes a couple sample unit tests.

CosmosDB

Assumes a database with the name school and a container with the name students that has a partition defined as /studentId. Can use local emulator.

Storage Account

Can use local emulator. Will reference both queues and blobs.

Postman

Check out postman_collection.json. You can import it and all of the HTTP Triggers will be in there, pointing to http://localhost:7071 by default.

About

A handful of sample Azure Functions showing a few triggers, input/output bindings, and unit testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages