f57d3b0d99
* v6.5 * v6.5 * Update CHANGELOG.md |
||
---|---|---|
.. | ||
dotnetIsolated | ||
dotnetIsolated-mssql | ||
mssql | ||
netcore21 | ||
netcore31 | ||
netherite | ||
README.md |
README.md
Custom backends for Durable Functions Monitor
These are Azure Function projects with Durable Functions Monitor 'injected' as a NuGet package. To be used for e.g. monitoring custom storage providers.
- netcore21 - (legacy) Durable Functions Monitor backend, that runs on .Net Core 2.1.
- netcore31 - Durable Functions Monitor backend, that runs on .Net Core 3.1.
- dotnetIsolated - Durable Functions Monitor .NET 8 Isolated backend.
- mssql - Durable Functions Monitor backend to be used with Durable Task SQL Provider.
- dotnetIsolated-mssql - Durable Functions Monitor .NET 8 Isolated backend to be used with Durable Task SQL Provider.
- netherite - Durable Functions Monitor backend to be used with Netherite Provider.