Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone authored Mar 11, 2024
1 parent 135b6a4 commit 858fb26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions durablefunctionsmonitor.dotnetisolated.core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NOTE that this functionality is *in preview*.

* Install from NuGet:
```
dotnet add package DurableFunctionsMonitor.DotNetIsolated --version 6.3.0-beta6
dotnet add package DurableFunctionsMonitor.DotNetIsolated --version 6.4.0
```
* Initialize by calling **.UseDurableFunctionMonitor()** extension method during your Function's startup, like this:
```
Expand Down Expand Up @@ -66,6 +66,5 @@ NOTE that this functionality is *in preview*.
## Limitations

* Multiple Storage connection strings are not supported, only the default one (`AzureWebJobsStorage`).
* Support for Durable Entities is limited (since they are not supported in Isolated mode yet anyway).
* For non-default durability providers you'll need to provide custom routines for retrieving instance history etc. This should be done via **extensionPoints** parameter of **.UseDurableFunctionsMonitor()** configuration method. Code for MSSQL storage provider can be directly copied [from here](https://github.com/microsoft/DurableFunctionsMonitor/blob/main/custom-backends/mssql/Startup.cs).

0 comments on commit 858fb26

Please sign in to comment.