DurableFunctionsMonitor icon indicating copy to clipboard operation
DurableFunctionsMonitor copied to clipboard

A monitoring/debugging UI tool for Azure Durable Functions

Results 66 DurableFunctionsMonitor issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.0.0 to 5.1.3. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v5.1.3 [Stable release 5.1.3] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies
.NET

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.0.0 to 5.1.3. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v5.1.3 [Stable release 5.1.3] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies
.NET

Hello, When upgrading to last Microsoft.IdentityModel.Protocols is pulling Microsoft.IdentityModel.Abstractions from 6.32.3 to 6.33.0 that as the following breaking change on startup The type initializer for 'DurableFunctionsMonitor.DotNetBackend.Auth' threw an exception. Method...

wontfix

We've used DurableFunctionsMonitor.DotNetIsolated 6.3.0 -beta1 version to setup our DFM. When we run it and try to restart any failed/ pending instance it shows a popup saying restart is not...

enhancement

If I understand it correctly, it only takes registering a domain and proving the posession of it. The page behind that DNS name could be blank, or it could simply...

enhancement
P1

Versions higher than [1.4.12](https://github.com/microsoft/DurableFunctionsMonitor/blob/main/durablefunctionsmonitor.react/package.json#L18C14-L18C20) cause infinite login loops when navigating directly to an instance details page. Need to investigate first. Or, preferably, just finally [migrate to msal v2](https://github.com/microsoft/DurableFunctionsMonitor/issues/4)

dependencies

Hello, In same time the work is done on Azure/durabletask/pull#763 we should apply same changes on DFM

enhancement

So that client UI can be customized, then compiled and deployed as part of your DfMon instance.

enhancement

Hi, I try to use a standalone DFM installation to monitor 4 differents functions. Set DFM_ALTERNATIVE_CONNECTION_STRING_* for all 4 works well if I set the full connection string with key...

question