DurableFunctionsMonitor
DurableFunctionsMonitor copied to clipboard
A monitoring/debugging UI tool for Azure Durable Functions
At the moment, orchestration/entity/activity nodes are [clickable and lead to their implementations in source code](https://github.com/microsoft/DurableFunctionsMonitor/wiki/How-to-generate-and-use-Function-Graphs). Would be great to implement the same thing for *trigger/binding* nodes. Clicking on a binding...
According to the standard, HTTP header names are case-INsensitive. As it turned out, some environments (by which I mean Kubernetes) may treat this literally and convert response header names to...
which modify the place where history events are store
Btw I have a question for you: I've noticed that the total run time for each activity on the Gantt chart is a sum of "waiting time" with "execution" time....
History of the matter is here: https://github.com/scale-tone/DurableFunctionsMonitor/issues/120
Hello 👋, **Azure Account extension that the Durable Functions Monitor extension depends on for authentication will be deprecated in January 2025.** Please see https://github.com/microsoft/vscode-azure-account/issues/964 for more details. Please reach out...
while using User name Password connective via service account getting error DFM_ALTERNATIVE_CONNECTION_STRING-user-id not provided. please expline the environment field name DFM_ALTERNATIVE_CONNECTION_STRING usage while connecting to SQL MI for the Monitoring....
I've recently moved to a new computer and I'm trying to set up Durable Functions Monitor in VS Code again. After installing Azure Function Core Tools globally via chocolatey (`choco...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
[WindowsAzure.Storage](https://www.nuget.org/packages/WindowsAzure.Storage) is apparently deprecated, and should be replaced with [Azure.Storage.Common](https://www.nuget.org/packages/Azure.Storage.Common/).