Szeraax
❔ Azure Function dynamic queue output binding for Isolated Process?
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.
3 replies
Azure Functions output binding to HTTP request (trigger) and storage queue? [Answered]
Solved! This example was magic: https://github.com/Azure/azure-functions-dotnet-worker/blob/main/samples/FunctionApp/HttpTriggerWithMultipleOutputBindings/HttpTriggerWithMultipleOutputBindings.cs
6 replies
Azure Functions output binding to HTTP request (trigger) and storage queue? [Answered]
Now this looks promising! https://github.com/Azure/azure-functions-dotnet-worker/wiki/.NET-Worker-bindings
6 replies