Challenge: Building a Reusable CSX Function
Explore how to build a reusable CSX script-based Azure Function by adding required components to the functions.json file. Understand setting function triggers, input parameters, and enabling HTTP GET and POST methods to deploy a functional serverless function.
We'll cover the following...
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.