MicrosoftDocs / azure-docs

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

Need a Trigger sample data #54487

Open lianguage opened 4 years ago

lianguage commented 4 years ago

I spent 2 days trying to figure out what the C# binding Id="{Query.Id"} actually meant (maybe I'm just really stupid, but just in case there's other people out there like me, this would be helpful).

If you guys could put in a sample of what the actual Get/Post request would look like in this case it would be hugely helpful in deciphering what the "{Query.ID}" actually does. Even more helpful would be a reference page/cheat sheet on what other curly braces "{}" options ther ecould be.

It really took me a long time to figure out that all I needed to do was put "Id=123&partitionKey=Liang" for example in the query string of the HTTP request, and that the query was referring to the query string and not an SQL query.

I'm sure for the queue binding and other binding types, a sample of input that would work with the trigger would be equally useful for people like me. Even better would be a complete working end to end set of instructions.

Thanks!


Document Details

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

mike-urnun-msft commented 4 years ago

@lianguage Thank you for your feedback! We have assigned this issue to the author to review further and take the right course of action.