Azure Service Bus Queue trigger throws InvalidOperationException – Did not find any initialized language workers
I have a Service Bus queue trigger function implemented in C#, running as dotnet-isolated mode, that is processing the incoming queue messages successfully most of the time. The function app is in premium plan with EP1 instance. However, many a times in a day, there is this below exception logged in Application Insights,
Azure Service Bus Queue trigger throws InvalidOperationException – Did not find any initialized language workers
I have a Service Bus queue trigger function implemented in C#, running as dotnet-isolated mode, that is processing the incoming queue messages successfully most of the time. The function app is in premium plan with EP1 instance. However, many a times in a day, there is this below exception logged in Application Insights,
Intermittent UnauthorizedAccessException when accessing Azure Service Bus using DefaultAzureCredential
We have several services running in ServiceFabric on Azure and they sporadically start throwing the following UnauthorizedAccessException
exception, then after some period ranging from minutes to days the exceptions stop.