Computer Science, asked by nomaha9957, 8 months ago

How to trigger HTTP events in serverless? Using blob storage None of the options Using cosmosdb http hook Using endpoints

Answers

Answered by ashishsingh419554
10

Answer :

Not sure if this is the right way to handle such a need to pass parameters for HTTP Requests with Azure Functions, but if I include parameters for each of the query string with matching parameter names (which apparently is mandatory to get the bindings work), it automatically gets assigned with the value passed in the URL to the respective parameter.

Similar questions