MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.4k forks source link

Update queue binding documentation page to show how to write to a queue with a HTTP trigger #112689

Open paulbatum opened 1 year ago

paulbatum commented 1 year ago

The current queue output page could be improved to show how to write to a queue from a HTTP trigger in .NET isolated. This is not quite obvious because the user has to make a custom type.

This sample in the isolated repo demonstrates how to do it: https://github.com/Azure/azure-functions-dotnet-worker/blob/main/samples/FunctionApp/HttpTriggerWithMultipleOutputBindings/HttpTriggerWithMultipleOutputBindings.cs

I recommend incorporating this sample into the documentation page. Or, if there is a different documentation page that contains this content already, consider linking to it from the storage output page.

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Venkateshdodda-MSFT commented 1 year ago

@paulbatum Thank you for your feedback! We will review and update as appropriate.

Venkateshdodda-MSFT commented 1 year ago

@paulbatum I have assigned this to content author @ggailey777 Could you please take a look and share your valuable insights on this.