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

DurableFunctionsMonitor 4.2

Compare
Choose a tag to compare
@scale-tone scale-tone released this 28 Feb 21:08
· 254 commits to master since this release
  • Orchestrations/Entities are now also visualized as a time histogram and as a Gantt chart. Time histogram is interactive, you can zoom it in/out with your mouse:

  • 'Send Signal' button for Durable Entities.
  • In addition to individual user names (DFM_ALLOWED_USER_NAMES setting) the backend now also supports validating AAD App Roles. Specify the list of allowed roles via DFM_ALLOWED_APP_ROLES setting - and only the users with one of those roles will be allowed to access your DFM endpoint. User's role should appear in the roles claim in their access token.
  • ReadOnly mode now supported. Set DFM_MODE config setting to ReadOnly - and all modification operations will be disabled (related methods will return 403).
  • Content-Security-Policy meta tag can now be customized. Create custom-meta-tag.htm blob in durable-functions-monitor container in your Storage account and put your version of that meta tag there (you can actually put any other arbitrary HTML tags as well). The contents of that blob will appear inside <HEADER> tag of returned index.html. Handy, if your custom tab templates use external fonts/images.
  • Minor bugfixes.

Deploy to Azure

durablefunctionsmonitor.dotnetbackend.4.2.0.nupkg
durablefunctionsmonitor-4.2.0.vsix