July 2018
Intermediate to advanced
350 pages
8h 47m
English
If you recall, we learned about Azure Function's Triggers and bindings. You can manage the Triggers, and input and output bindings, for the function that we created earlier by click on the Integrate in the Function menu. As the function that we created is HTTP-based, the trigger is set to HTTP(req).
An HTTP Triggered Azure Function won't have any input bindings; that is the reason it is left empty.
The output binding for the HTTP Triggered Azure Function is again HTTP with the res object.
You can change the parameter name for both req and res by clicking on a trigger or output bindings in the Integrate section, as shown in the following screenshot:
Read now
Unlock full access