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

[We do have some Playwright-based end-to-end tests](https://github.com/microsoft/DurableFunctionsMonitor/tree/main/durablefunctionsmonitor.react/tests), but at the moment they are being run manually. Need to automate the deployment of a test environment (multiple Function instances running DfMon...

enhancement

Version: DurableFunctionsMonitor.DotNetIsolated, 6.5.0-beta2 These buttons in the UI are clickable regardless of runtimeStatus for the orchestration instance. If you then click them, an (non-intuitive) Exception is thrown. ![image](https://github.com/microsoft/DurableFunctionsMonitor/assets/55319429/a3de8620-0694-45ed-a240-649ff822f1df) ![image](https://github.com/microsoft/DurableFunctionsMonitor/assets/55319429/61871a9b-7ed3-4248-a393-9dd460ec8d3a) Alternatively,...

enhancement

Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.8.1 to 2.9.2. Release notes Sourced from @​azure/msal-node's releases. @​azure/msal-node v2.9.2 2.9.2 Mon, 10 Jun 2024 22:30:36 GMT Patches Fixed msal-node unit tests for PoP token support...

dependencies
javascript

Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.2.0 to 4.2.1. Commits 183d301 Upgrade to a version ESRP Release that supports federated auth (#29612) 9a2afdf [identity] Prep for release (#29981) See full diff in compare...

dependencies
javascript

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.11.3 to 1.11.4. Release notes Sourced from Azure.Identity's releases. Azure.Identity_1.11.4 1.11.4 (2024-06-10) Bugs Fixed Managed identity bug fixes Commits 2856f9a changelog update 7267469 Update azure-sdk-build-tools Repository Resource...

dependencies
.NET

Hello team, We are using MSSQL server (Azure cloud service based) as storage provider for Durable functions to run the orchestrator for one of the business flow. We have tested...

question

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies
javascript

Hi, I am curious to know why do i get "Select TaskHub" dialog as shown below I just deployed function app with custom durable function monitor endpoint. When I visit...

Needs: Triage :mag:

Hi, I implemented a custom endpoint for the durable functions monitor as explained below `namespace DurableFunctionsMonitor.DotNetIsolated { public class MyCustomDfMonEndpoint: ServeStatics { public MyCustomDfMonEndpoint(DfmSettings dfmSettings, DfmExtensionPoints extensionPoints, ILoggerFactory loggerFactory) :...

question

Hi, I have a function app in my environment where the authentication is not set via portal. The HTTP triggered functions use function key for security and we are using...

question