Skip to content

Commit 377ffe2

Browse files
sophiatevlilyjma
andauthored
Update articles/azure-functions/durable/durable-functions-azure-storage-provider.md
Co-authored-by: lilyjma <[email protected]>
1 parent 88fc303 commit 377ffe2

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-
> 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)