
Azure Functions (In Process): Output Binding to a Dynamic Queue/Topic
Blog PostsIn this post let’s see how we can set up an Output Binding in an In Process Azure Function to send messages to a dynamic target Azure Service Bus Queue or Topic. We usually use ICollector or IAsyncCollector to write values to an output binding. And often times, the target queue/topic is set up through attributes. Something like below, The above… READ MORE