Skip to content

Commit

Permalink
Remove mention of .NET Isolated support from quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
cgillum authored Jan 19, 2023
1 parent 2d9a01f commit 569c476
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 569c476

Please sign in to comment.