Questions tagged [dotnet-isolated]
37 questions
0
votes
1 answer
How to use xUnit to test code when Azure Service bus throws Transient exceptions
I have an Azure Service Bus Trigger function that has the job of replicating the incoming message from a topic and sending it to another service bus topic.
I send the incoming message to the service bus in the other region using…

AJames
- 59
- 6
0
votes
1 answer
Isolated Azure Function missing authentication header?
I have created a new .NET 6 Isolated Azure Function followed by this great article:
https://joonasw.net/view/azure-ad-jwt-authentication-in-net-isolated-process-azure-functions
If I'm debugging it locally, it works perfectly, the calling client…

jack.pop
- 683
- 2
- 6
- 21
0
votes
1 answer
Azure function worker isolated process .NET 6 - work with servicebus and servicebus trigger
I'm working with Azure Function isolated process .net 6.
I have an issue to work with the service bus and service bus trigger.
If in-process I will declare like this
public async Task Run([HttpTrigger(AuthorizationLevel.Function,…

jack.pop
- 683
- 2
- 6
- 21
0
votes
1 answer
Azure function dotnet isolated process (DotnetWorker) Got strange exception
I got the below exception when implementing the POST method
[2022-06-17T07:14:41.723Z] Executed 'Functions.AuthenticateHttpTrigger' (Failed, Id=12bb7c91-4030-4090-a2fe-ec205702c662, Duration=424954ms)
[2022-06-17T07:14:41.726Z]…

jack.pop
- 683
- 2
- 6
- 21
0
votes
1 answer
Adding a KafkaTrigger function crashes at startup with Value cannot be null. (Parameter 'provider') error
I added this one single, specific reference:
I'm able to add this one function to recieve the error, and comment it out to have it go…

justin.m.chase
- 13,061
- 8
- 52
- 100
0
votes
2 answers
Azure Function HttpClient doesn't give any response and keeps retrying
I have a Function App running in Azure. It is a HttpTrigger, and it is triggered by a Stream Analytics, with a Retry Policy set to Drop. It is coded in C#, and deployed from DevOps through CI/CD. Here are some of the…

mathkid91
- 659
- 2
- 10
- 27
-1
votes
1 answer
Error: Failed to start a new language worker for runtime: dotnet-isolated
From time to time (5-7 times per day) I have received such an exception "502: System.Threading.Tasks.TaskCanceledException" with message "Failed to start a new language worker for runtime: dotnet-isolated." and category…

PeterChernykh
- 27
- 5