Public preview: Durable Functions for Java
Share
Services
Durable Functions, an extension to Azure Functions that lets you define stateful serverless workflows in code, now supports Java. You can use Durable Functions to implement complex function orchestration that would otherwise require writing lots of boilerplate code for state management.
In this preview, you can leverage existing Durable Functions patterns such as "function chaining", "fan out/fan in", "async http APIs", "monitor", and "human interaction". The sample below shows a simple durable function that is triggered by an http request and invokes tasks in a sequence.
[![Durable Functions](https://azurecomcdn.azureedge.net/mediahandler/acomblog/updates/UpdatesV2/blog/740a17e0-d6df-4293-853c-e3bf9666996f.jpg)](https://azurecomcdn.azureedge.net/mediahandler/acomblog/updates/UpdatesV2/blog/a565b81a-cebe-4458-aa07-0782176525d6.jpg)
Read the [documentation](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=java) for more patterns supported by Durable Functions. To get started with Java Durable Functions, try the [quickstart](https://aka.ms/quickstart-durable-functions-java).
* Azure functions
* Features
* [ Azure functions](https://azure.microsoft.com/en-gb/products/functions/)
What else is happening at Microsoft Azure?
Read update
Services
Share
Read update
Services
Share
We’re retiring Azure Time Series Insights on 7 July 2024 – transition to Azure Data Explorer
May 31st, 2024
Services
Share