One of the most common reasons that an Azure Function is not triggered as expected is because the endpoint which notifies the Function to run is misconfigured or blocked for some reason. The scenario I am focusing on here usually occurs during testing or after a deployment. If you are doing or have done neither […]
Read More →Archive for July, 2021
A Cancellation Token, an Azure Function and managing disruption
I wrote this post “Batching a Service Bus triggered Azure Function” as a prefix to the one here. That post shows how to configure a batch of messages so that they get processed in a single Function Invocation. What is a ‘”Function Invocation” you might ask? Well…, when you setup an Azure Function you bind […]
Read More →Batching a Service Bus triggered Azure Function
I spent some time working with a Service Bus triggered Azure Function and found some interesting scenarios. They are mostly intuitive, and I think when you are presented this, it makes sense. But sometimes I also think that stating the obvious is necessary, too, because sometimes it might not be so obvious to everyone, myself […]
Read More →