Challenge: Building a Reusable CSX Function
Test yourself by completing a setup for a CSX function script.
We'll cover the following
Overview
In this challenge, you’ll build a fully operational CSX function by adding missing components to the partially completed code.
Requirements
Using the project below, perform the tasks highlighted in the requirements section.
In the setup below, we have an example of a function app based on a CSX script. However, it has some settings missing in the functions.json
file. Insert the following data into it:
The name of the input data parameter
The function trigger type
The appropriate methods to allow you to trigger it either via
GET
orPOST
HTTP requests
Get hands-on with 1400+ tech skills courses.