-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
To fully understand Durable Functions, we’ll need to complete a number of exercises presenting the main concepts of the framework. Before we get started, we need to discuss which languages are supported by these services.
At the time of writing, Durable Functions supports the following programming languages:
The support for different languages was added in different runtime versions (for instance, while C# was supported from version 1.0, support for Java was added in version 4.0). However, as we’re going to work with the newest version of the framework, you shouldn’t worry about the support as long as you’re planning to use one of the supported languages.
To get started on our journey with Durable Functions, let’s talk about patterns for which these functions are applicable.