scale-tone

teaser

Durable Functions Monitor v3.0 released.

This is just to let you know, that version 3.0 of Durable Functions Monitor is now available. To remind briefly, Durable Functions Monitor is a graphical tool for navigating and managing your Azure Durable Functions. Since its start half a year ago the project already went through a long journey of improvements. Specifically, as of today, it supports both Durable Orchestrations and Durable Entities, and is also available in form of a VsCode extension.

The major improvement of v3.0 is that with VsCode extension you can now connect to and manage multiple Task Hubs. The list of currently attached Task Hubs is now displayed in form of a DURABLE FUNCTIONS Tree View, which you can find on Azure Functions View Container. Attach to Task Hub… button allows you to connect to other Task Hubs, by specifying other Azure Storage connection strings and Hub names. The Tree View is navigatable, so you can keep multiple Durable Function Monitor tabs open and switch between them. Context menu also allows attaching/detaching the Task Hubs (this starts/stops the corresponding backend func.exe instance) and trigger the Purge History… tool for a particular Task Hub. Also, if your currently opened project is a Durable Functions project, the Tree View will be pre-populated with its Task Hub, so you can just click on it to connect.

Plans are to automatically discover and populate the DURABLE FUNCTIONS Tree View with all Task Hubs in a certain Azure Storage account, and then eventually to allow deleting unneeded Task Hubs from there.

So, please, enjoy, and I would be very grateful for any support and contribution to the project!