Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.86 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.86 KB

CAUTION

  • readme and code is WIP and just a demo of connecting an event hub trigger function to a durable orechstrator doing function chaining against a file in blob storage

python-durable-fx

Demonstrating a function chaining durable function written in python

Requirements

  • Azure extension
  • Azure Functions extensions
  • Azurite extension
  • Python 3.11.x

possibly not installed by the extensions

  • Azure CLI
  • Azure Functions Core tools
  • Azurite

Steps to create python Azure function

  • run command palette "Python: Create Environment..."
  • run command palette "Azure Functions: Create Function..."
  • run commend palette "Azurite: Start"
  • select Azure function list from extension and run

Links