PowerShell support in Durable Functions is in public preview
Published date: August 19, 2020
Durable Functions, an extension to Azure Functions that lets you define stateful serverless workflows, now supports PowerShell. Common scenarios made possible by Durable Functions include orchestrating the management of complex Azure Resource deployments involving sequential and parallel steps. Long-running workflows are supported, and Durable Functions provides built-in HTTP endpoints for monitoring their progress.
Learn more about Durable Functions
To get started with PowerShell Durable Functions, try the Quickstart guide.