SST now supports Azure Durable Functions, enabling builders to handle complex serverless orchestration patterns. Here's what changes for your infrastructure.

Native Durable Functions support lets SST users deploy stateful workflows on Azure without leaving their infrastructure-as-code paradigm.
Signal analysis
Here at industry sources, we tracked SST's expansion into Azure Durable Functions support with attention to what this means for multi-cloud serverless deployments. SST v4.4.0 adds native integration for Azure's stateful orchestration runtime, letting you define and manage long-running workflows directly from your SST config.
Durable Functions handle the hard problems: retries, state persistence, distributed coordination, and timeout management. This isn't a simple function call - it's an orchestration layer that lets you chain async operations without managing state yourself. SST's integration means you can provision, configure, and deploy these workflows using familiar infrastructure-as-code patterns.
The implementation sits alongside SST's existing AWS Lambda and other provider support, treating Durable Functions as a first-class compute primitive rather than a bolt-on. You get type safety, local testing, and CI/CD integration out of the box.
Most serverless builders avoid complex workflows because managing state is painful. You either hand-roll state machines (error-prone), use step functions (AWS-locked), or build custom queueing logic (operational debt). Durable Functions solve this by treating workflows as code - you write sequential logic that looks synchronous, but executes durably across process boundaries.
This is especially valuable for builders working across clouds. If your infrastructure spans AWS and Azure, or if you're evaluating Azure as primary compute, Durable Functions give you an orchestration option that's competitive with Step Functions but lives in the Azure ecosystem. SST's integration means you don't have to choose between cloud portability and workflow power.
The operational story matters too. Durable Functions handle exponential backoff, timeout policies, and failure recovery as built-in concerns. Your code doesn't manage retries - the runtime does. This reduces the surface area for the bugs that kill production systems.
If you're running SST on AWS exclusively, this doesn't immediately affect your stack - but it's worth noting for future multi-cloud scenarios. If you're already on Azure or planning cloud redundancy, this shifts the calculus on orchestration design.
Start by auditing your current workflow patterns. Are you using Step Functions? Queues with Lambda polling? Custom state machines? Any of these are candidates for migration to Durable Functions if you move to Azure, or proof points that you should test Durable Functions now.
The concrete action: grab the v4.4.0 release, read the Durable Functions docs, and run a test deployment with a simple orchestration pattern - something like chaining two async activities with retry logic. The goal is muscle memory on the API, not production adoption yet. Test locally first, then deploy to an Azure dev environment and observe how SST handles the infrastructure provisioning and state management. This positions you to make informed decisions when orchestration becomes a constraint.
The momentum in this space continues to accelerate.
Best use cases
Open the scenarios below to see where this shift creates the clearest practical advantage.
One concise email with the releases, workflow changes, and AI dev moves worth paying attention to.
More updates in the same lane.
Ollama's preview of MLX integration on Apple Silicon enhances local AI model performance, making it a vital tool for developers.
Google AI SDK introduces new inference tiers, Flex and Priority, optimizing cost and latency for developers.
Amazon Q Developer enhances render management with new configurable job scheduling modes, improving productivity and workflow.