Skip to content

Commit 4501842

Browse files
committed
add note for troubleshooting, the title, and the include
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 87b9481 commit 4501842

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/azure-functions/durable/durable-task-scheduler/includes/preview-sample-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 04/23/2025
66
---
77

88
> [!IMPORTANT]
9-
> Currently, this quickstart sample isn't available for JavaScript and PowerShell.
9+
> Currently, the Durable Task SDKs aren't available for JavaScript and PowerShell.

articles/azure-functions/durable/durable-task-scheduler/quickstart-portable-durable-task-sdks.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Quickstart: Configure Durable Task SDKs for your app with Azure Functions Durable Task Scheduler (preview)"
2+
title: "Quickstart: Create an app with Durable Task SDKs and Durable Task Scheduler (preview)"
33
description: Learn how to configure an existing app for the Azure Functions Durable Task Scheduler using the Durable Task SDKs.
44
ms.topic: how-to
55
ms.date: 04/23/2025
66
zone_pivot_groups: df-languages
77
---
88

9-
# Quickstart: Configure Durable Task SDKs for your app with Azure Functions Durable Task Scheduler (preview)
9+
# Quickstart: Create an app with Durable Task SDKs and Durable Task Scheduler (preview)
1010

1111
The Durable Task SDKs provide a lightweight client library for the Durable Task Scheduler. In this quickstart, you learn how to create orchestrations that use [the fan-out/fan-in application pattern](../durable-functions-overview.md#fan-in-out) to perform parallel processing.
1212

@@ -349,6 +349,9 @@ From the `fan-out-fan-in` directory, build and run the application using Gradle.
349349
./gradlew runFanOutFanInPattern
350350
```
351351

352+
> [!TIP]
353+
> If you receive the error message `zsh: permission denied: ./gradlew`, try running `chmod +x gradlew` before running the application.
354+
352355
### Understanding the output
353356

354357
When you run this sample, you receive output that shows:

0 commit comments

Comments
 (0)