Week 4, 2024 - Tips I learned this week
Easily debug a non-HTTP-triggered Azure Function
The other day, I wanted to locally debug a Queue-triggered function without manually adding a queue message to my local storage.
My Azure Function looked like that:
public record Order(string Product,i...
techwatching.hashnode.dev3 min read