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?
Learn to create Azure Queue storage messages in Azure Functions.
