You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,7 @@ The `Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer` package
16
16
17
17
### .NET Isolated
18
18
19
-
!> Durable Functions is in preview for dotnet isolated.
20
-
21
-
Durable Functions projects targeting the .NET isolated worker can add the [Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer) package by running the following `dotnet` CLI command:
The `Microsoft.DurableTask.SqlServer.AzureFunctions` package from .NET InProc should **not** be added.
19
+
The SQL provider does not yet support Durable Functions on the .NET Isolated worker. See [this GitHub issue](https://github.com/microsoft/durabletask-mssql/issues/106) for the latest updates.
0 commit comments