Skip to content

Commit f29445f

Browse files
authored
Merge pull request #124922 from lilyjma/patch-1
Update durable-functions-azure-storage-provider.md
2 parents 6c47b47 + 4984cf9 commit f29445f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-azure-storage-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ As an example, if `durableTask/extendedSessionIdleTimeoutInSeconds` is set to 30
243243
The specific effects of extended sessions on orchestrator and entity functions are described in the next sections.
244244

245245
> [!NOTE]
246-
> Extended sessions are currently only supported in .NET languages, like C# or F#. Setting `extendedSessionsEnabled` to `true` for other platforms can lead to runtime issues, such as silently failing to execute activity and orchestration-triggered functions.
246+
> Extended sessions are currently only supported in .NET languages, like C# (in-process model only) or F#. Setting `extendedSessionsEnabled` to `true` for other platforms can lead to runtime issues, such as silently failing to execute activity and orchestration-triggered functions.
247247
248248
### Orchestrator function replay
249249

0 commit comments

Comments
 (0)