Perform the following steps:
- Create a new HTTP trigger function (or open an existing HTTP function). Make sure that when creating the function, you select Function as the option in the Authorization level drop-down.
If you would like to go with an existing HTTP trigger function that we have already created in one of our previous recipes, click on the Integrate tab, change the Authorization level to Function, and click on the Save button to save your changes.
- In the Code Editor tab, grab the function URL by clicking on the Get Function URL link that's available in the right-hand corner of the code editor in the run.csx file.
- Navigate to Postman and paste in the function URL:
- Observe that the URL has the following query ...