C#C
C#3y ago
2 replies
Szeraax

❔ Azure Function dynamic queue output binding for Isolated Process?

Hi friends, I am trying to see if isolated process mode can do dynamic queues. Here is a nice article on a dynamic queue for In-process model: https://www.sharepointeurope.com/azure-functions-in-process-output-binding-to-a-dynamic-queue-topic/

But I'm trying to do the same for Isolated. The normal spot I'd look at is here: https://github.com/Azure/azure-functions-dotnet-worker/wiki/.NET-Worker-bindings#using-property-attributes-works-with-any-number-of-output-bindings

My end goal is to make
[QueueOutput("myQueue")]
able to be dynamically named.
Was this page helpful?