python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Durable Functions instances stopped becoming "Completed" all of a sudden. Stuck in a "Running" state after completing execution
Resolved
I can now confirm that the issue was caused by us adding the Dynatrace OneAgent extension to our function app in Azure.
How exactly it breaks it is unclear but the process seems to do somethi...
Phil Wong
Votes: 0
Answers: 0
Authenticating on behalf of a user from durable functions using MSAL
We have a suite of dotnet 6 azure functions (v4) which serve data to an single page client application.
The client authenticates with our api on behalf of the signed in user. These endpoints go on to ...
finbag
Votes: 0
Answers: 1
Azure durable function socket exception
We have a durable function (v3) hosted on a consumption plan.
This function uses Azure App configuration for the common settings of our software.
The durable function calls Azure Luis to make tests on...
Tdc
Votes: 0
Answers: 1
How to overcome platform dependency while using Azure Durable Functions?
I am already using regular Azure Functions extensively in my project for image processing, order processing, etc., and implementing them in .Net 3.1
Recently I've realized that using durable functions...
Doruk Katiç
Votes: 0
Answers: 1