From 569c47673454a127c5df7847cb94c3d4bf4ee64e Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Wed, 18 Jan 2023 23:11:52 -0800 Subject: [PATCH] Remove mention of .NET Isolated support from quickstart --- docs/quickstart.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index a698e4b..ad0af42 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -16,15 +16,7 @@ The `Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer` package ### .NET Isolated -!> Durable Functions is in preview for dotnet isolated. - -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: - -```bash -dotnet add package Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer -``` - -The `Microsoft.DurableTask.SqlServer.AzureFunctions` package from .NET InProc should **not** be added. +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. ### JavaScript, Python, Java, and PowerShell