You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Durable Functions supports a subset of languages supported by Azure Functions:
36
36
| C# | Generally available - [get started](https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-create-first-csharp)|[Azure/azure-functions-durable-extension](https://github.com/Azure/azure-functions-durable-extension)|
37
37
| JavaScript | Generally available - [get started](https://docs.microsoft.com/azure/azure-functions/durable/quickstart-js-vscode)|[Azure/azure-functions-durable-js](https://github.com/Azure/azure-functions-durable-js)|
38
38
| Python | Generally available - [get started](https://docs.microsoft.com/azure/azure-functions/durable/quickstart-python-vscode)|[Azure/azure-functions-durable-python](https://github.com/Azure/azure-functions-durable-python)|
Each language has its own language-specific SDK and programming model. Regardless of which language you use, the extension in this repo must be installed to enable the Durable Functions triggers.
43
43
@@ -46,7 +46,7 @@ Each language has its own language-specific SDK and programming model. Regardles
46
46
The Durable Functions NuGet package can be referenced directly in a Visual Studio project or can be installed using the [Azure Functions Core Tools](https://docs.microsoft.com/azure/azure-functions/functions-run-local) command-line:
func extensions install -p Microsoft.Azure.WebJobs.Extensions.DurableTask -v <latest version on Nuget.org>
50
50
```
51
51
52
52
Durable Functions is also available in supported [extension bundles](https://docs.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles). Note that extension bundles are only supported for non-.NET languages.
@@ -60,7 +60,7 @@ Many features of Durable Functions have been voluntarily contributed by the comm
60
60
Durable Functions is developed in collaboration with Microsoft Research. As a result, the Durable Functions team actively produces research papers and artifacts; these include:
61
61
62
62
*[Durable Functions: Semantics for Stateful Serverless](https://www.microsoft.com/en-us/research/uploads/prod/2021/10/DF-Semantics-Final.pdf)_(OOPSLA'21)_
63
-
*[Serverless Workflows with Durable Functions and Netherite](https://arxiv.org/pdf/2103.00033.pdf)_(pre-print)_
63
+
*[Netherite: Efficient Execution of Serverless Workflows](https://www.microsoft.com/en-us/research/uploads/prod/2022/07/p1591-burckhardt.pdf)_(VLDB'22)_
0 commit comments