C
C#15mo ago
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.
2 Replies
Szeraax
Szeraax15mo ago
I feel like I should be able to register a middleware that then lets me use some "extension" stuff. https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#middleware But I don't know if adding that middleware should make it so that I can use GetOutputBindings, or if GetOutputBindings is even the thing I should use to dynamically set what queue to write to.
Guide for running C# Azure Functions in an isolated worker process
Learn how to use a .NET isolated worker process to run your C# functions in Azure, which supports non-LTS versions of .NET and .NET Framework apps.
Accord
Accord15mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.