Skip to content

Commit 569c476

Browse files
authored
Remove mention of .NET Isolated support from quickstart
1 parent 2d9a01f commit 569c476

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/quickstart.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,7 @@ The `Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer` package
1616

1717
### .NET Isolated
1818

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:
22-
23-
```bash
24-
dotnet add package Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
25-
```
26-
27-
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.
2820

2921
### JavaScript, Python, Java, and PowerShell
3022

0 commit comments

Comments
 (0)