Skip to content

csiebler/azure-functions-python-examples

Repository files navigation

Azure Functions (v2) in Python Examples

This repository contains several examples for writing Azure Functions v2 in Python.

  • HttpExample --> HTTP Trigger and output binding
  • BlobExample --> Blob trigger and output binding
  • QueueExample --> Queue trigger and output binding
  • CosmosDBExample --> CosmosDB trigger and single document output binding
  • CosmosDBMultiOutputExample --> CosmosDB trigger and multiple document output binding
  • TimerExample --> Timer trigger

Full details can be found in this blog post.

About

Examples for using Azure Function v2 with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages