Skip to content

Commit be752c8

Browse files
Merge pull request #310386 from sophiatev/stevosyan/update-extended-sessions-docs
Updated ExtendedSessions Docs
2 parents 593fb0f + 377ffe2 commit be752c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

251251
> [!NOTE]
252-
> In the .NET isolated model, the extended sessions feature is currently only supported in orchestrations (not entities). Additionally, this feature is available only for .NET languages such as C# and F#. Setting `extendedSessionsEnabled` to `true` for other platforms can lead to runtime issues, such as silently failing to execute activity and orchestration-triggered functions.
252+
> This feature is available only for .NET languages such as C# (isolated and in-process models) and F#. Setting `extendedSessionsEnabled` to `true` for other platforms can lead to runtime issues, such as silently failing to execute activity and orchestration-triggered functions.
253253
254254
### Orchestrator function replay
255255

0 commit comments

Comments
 (0)