2 questions
1
vote
1
answer
1k
views
Azure Http Function with Output binding for a Queue
I have Http Trigger function in .Net 5.0.
I added output binding to the function to a Queue by following this article:
https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-...