In the last part of this chapter, we will focus a little bit on understanding how Azure Functions integrate with other Azure services. We will take a look at the available triggers and bindings and try to figure out the best use cases for them and how they really work. This section is designed in a way that enables you to explore more by yourself, thanks to a common understanding of how Azure Functions work.
Integrating functions with other services
Function file
When you take a look at your bin directory, where compiled functions are available, you will find a bit of a different structure than in traditional applications.
Here, you can find my folder from the exercise from this chapter:
As you can see, it contains the Function1...