Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

DurableFunctionsMonitor 5.0.0

Compare
Choose a tag to compare
@scale-tone scale-tone released this 28 Sep 14:32
· 38 commits to master since this release
  • Now you can monitor Task Hubs from multiple Storage accounts with one single standalone instance. Specify alternative Storage connection strings via config settings prefixed with DFM_ALTERNATIVE_CONNECTION_STRING_, e.g. DFM_ALTERNATIVE_CONNECTION_STRING_my_second_conn, DFM_ALTERNATIVE_CONNECTION_STRING_my_third_conn etc. Then Task Hubs from those Storage accounts will become available under URLs like https://my-dfm-endpoint/my_second_conn-my-hub-name, https://my-dfm-endpoint/my_third_conn-my-hub-name etc.
    IMPORTANT: to restrict the list of Task Hubs exposed from those alternative Storage accounts, their names should be specified in DFM_HUB_NAME setting in the same format, e.g. my_second_conn-my-hub-name,my_third_conn-my-hub-name. If DFM_HUB_NAME setting is not configured, all Task Hubs from all configured Storage accounts are exposed.
  • UI improvements for instance filter and in some other places.
  • Minor bugfixes.

Deploy to Azure

durablefunctionsmonitor.dotnetbackend.5.0.0.nupkg
durablefunctionsmonitor-5.0.0.vsix