Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Azure Functions is a solution for easily running small pieces of code, or functions, in Azure. Azure Functions supports a serverless execution model.
Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. The extension lets you define stateful workflows by writing orchestrator functions and stateful entities by writing entity functions using the Azure Functions programming model. Behind the scenes, the extension manages state, checkpoints, and restarts for you, allowing you to focus on your business logic.
Install the extension NuGet package directly from the Visual Studio Package Manager console or with the .NET Core CLI.
The Azure API reference documentation supports version 2.x of the Durable Functions extension.
Install-Package Microsoft.Azure.WebJobs.Extensions.DurableTask
dotnet add package Microsoft.Azure.WebJobs.Extensions.DurableTask
View the complete list of Azure Functions samples.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now