Skip to content

Commit b745a97

Browse files
committed
add a bit of clarification around emulator
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 35146df commit b745a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ zone_pivot_groups: df-languages
88

99
# Quickstart: Set a portable Durable Task SDK in your application to use Azure Functions Durable Task Scheduler (preview)
1010

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

1313
::: zone pivot="javascript"
1414

@@ -64,7 +64,7 @@ Before you begin:
6464

6565
## Set up the Durable Task Scheduler emulator
6666

67-
The emulator simulates a scheduler and taskhub in a Docker container, making it ideal for the local development required in this quickstart.
67+
The code looks for a deployed scheduler and task hub. If none are found, the code falls back to the emulator. The emulator simulates a scheduler and taskhub in a Docker container, making it ideal for the local development required in this quickstart.
6868

6969
::: zone-end
7070

0 commit comments

Comments
 (0)