Szeraax
Szeraax
CC#
Created by Szeraax on 5/4/2023 in #help
❔ 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.
3 replies
CC#
Created by Szeraax on 11/20/2022 in #help
Azure Functions output binding to HTTP request (trigger) and storage queue? [Answered]
Here is what I'm looking at. https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-output?tabs=isolated-process%2Cextensionv5&pivots=programming-language-csharp But I already am returning data for the HTTP response. Can I return data for each binding separately? Do I need to use 2 entirely separate functions and call the queue function that returns inside the HTTP function? Or what?
6 replies