From b93b858d18c7474603ba349f6dff0dafa1901187 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:22:31 +0000 Subject: [PATCH 1/2] Initial plan From e4cdd9f67cd8d985a7f31793b63d926d1e8cd3c8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:23:56 +0000 Subject: [PATCH 2/2] Add JavaScript function chaining to quickstart table in README Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a58399..3960233 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ docker run -d -p 8080:8080 -p 8082:8082 mcr.microsoft.com/dts/dts-emulator:lates | .NET | Function Chaining | `cd samples/durable-task-sdks/dotnet/FunctionChaining/Worker && dotnet run` | | Python | Function Chaining | `cd samples/durable-task-sdks/python/function-chaining && pip install -r requirements.txt && python worker.py` | | Java | Function Chaining | `cd samples/durable-task-sdks/java/function-chaining && ./gradlew runChainingPattern` | +| JavaScript | Function Chaining | `cd samples/durable-task-sdks/javascript/function-chaining && npm install && node worker.mjs` | ### Step 3: Open the dashboard @@ -82,7 +83,7 @@ Navigate to **[http://localhost:8082](http://localhost:8082)** to view orchestra | **Hosting** | Azure Functions | Any host (ACA, AKS, App Service, VMs) | | **Triggers** | HTTP, Timer, Queue, etc. | Self-managed | | **Scaling** | Built-in auto-scale | Bring your own scaling | -| **Languages** | .NET, Python, Java, JavaScript | .NET, Python, Java | +| **Languages** | .NET, Python, Java, JavaScript | .NET, Python, Java, JavaScript | 📖 [Choosing an orchestration framework →](https://learn.microsoft.com/azure/azure-functions/durable/durable-task-scheduler/choose-orchestration-framework)