Quantcast
Viewing all articles
Browse latest Browse all 53

HttpTrigger Azure Functions timeout

Here’s an annoying bug I had today. I have an Azure Function which contains both [ServiceBusTrigger] and [HttpTrigger] functions. My HttpTrigger were timing out while debugging locally, for some mysterious reason.

It turned out the problem was that I had added a comment to my function’s host.json. Unfortunately that breaks things completely.

GitHub issue here.


Viewing all articles
Browse latest Browse all 53

Trending Articles