In the previous two chapters, we used a number of input and output bindings to interact with our serverless functions. In this chapter, we will elaborate on the different types of bindings, and learn to configure event triggers for serverless computing.
During the course of this chapter, we will cover the following topics:
- Understanding the input and output bindings of the function
- Configuring the function endpoints
- Triggering serverless functions based on an event
- Setting up a function to process a file upload to the Blob storage
- Creating a scheduled function
By the end of this chapter, we will have added a number of components to our application, which are illustrated in the following diagram: