Skip to content

Writing

Practical, opinionated notes on Azure Functions, Python tooling, and backend engineering. Most articles are grounded in real problems I hit while building the Azure Functions Python DX Toolkit.

Latest

How to structure an Azure Functions Python v2 app

2026-09-13 — A practical layout for production Azure Functions apps in Python: thin entry point, blueprints, a services boundary that keeps business logic out of your triggers, typed configuration, and where the DX toolkit fits.

Coming next

More articles I'm drafting:

  • Structured logging best practices for Azure Functions Python
  • Testing Azure Functions Python locally
  • Generating OpenAPI docs for Azure Functions HTTP triggers
  • Request validation with Pydantic in Azure Functions

Want to follow along? Watch the work on GitHub.