Konstantin Lepeshenkov
Konstantin Lepeshenkov
### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [ ] feature request - [x] documentation...
I've created [AzFunc4DevOps](https://github.com/scale-tone/AzFunc4DevOps) - a set of custom triggers and bindings for Azure DevOps. They work well in a .NET InProc setup. Bindings from there also work well with isolated...
Trying to deploy a .NET 7 Isolated project from git sources using Deployment Center (App Service Build Service). The build succeeds, the log says that all files were successfully created...
If I understand it correctly, it only takes registering a domain and proving the posession of it. The page behind that DNS name could be blank, or it could simply...
Versions higher than [1.4.12](https://github.com/microsoft/DurableFunctionsMonitor/blob/main/durablefunctionsmonitor.react/package.json#L18C14-L18C20) cause infinite login loops when navigating directly to an instance details page. Need to investigate first. Or, preferably, just finally [migrate to msal v2](https://github.com/microsoft/DurableFunctionsMonitor/issues/4)
So that client UI can be customized, then compiled and deployed as part of your DfMon instance.
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...