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.