Azure function is getting timeout without code execution

Roman Rakus 0 Reputation points
2024-07-22T19:46:20.4666667+00:00

Hi Microsoft community!

I'm running my dotnet application using Azure Functions 4 in Docker container on my Raspberry Pi 4. Application is very simple service bus trigger that is in Azure, as well as I'm using storage account and app insights services from Azure.

The problem I have is that my functions are getting timeout of 2 mins time to time, although it's very simple and it usually takes less that 1 second to execute. After tracing logs I've notices that my code is never executed! So it looks like function is triggered but code is not executed and it's just getting time out in 2 mins. Here is some screenshot from logs.

User's image

Any idea why this might be happening?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
0 comments No comments
{count} votes