Parag Kale
Parag Kale
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...
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) :...
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...