Azure Function HttpTrigger returns 500, if function runs longer then 5 seconds. Why?
I run a HttpTrigger Azure Function which runs above 5 seconds. Locally it works like a charm but deployed it returns "(500) Internal Server Error". EDIT: It only happens if I deploy it to a FunctionApp with Private Endpoints enabled.…