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

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...

enhancement

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...

enhancement

which modify the place where history events are store

enhancement

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....

question

History of the matter is here: https://github.com/scale-tone/DurableFunctionsMonitor/issues/120

enhancement

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...

dependencies
P2
javascript

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....

Needs: Triage :mag:

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...

question

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...

dependencies
javascript

[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/).

dependencies
P3