Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 350 Bytes

HttpTrigger - F#

The HttpTrigger makes it incredibly easy to have your functions executed via an HTTP call to your function.

How it works

When you call the function, be sure you checkout which security rules you apply. If you're using an apikey, you'll need to include that in your request.

Learn more

Documentation