We discussed the overall serverless approach and went through local configuration to make sure that we have some basic understanding of what Azure Functions are and how we can start working with them. In the following of this chapter, I will show you what exactly this service offers and how to work with it on daily basis. This will help you start developing full projects with Functions—from the simplest to the most advanced ones.
Creating a function
Using Visual Studio
In the previous section, you created a function using a wizard in Visual Studio. If you go back to this particular project and open its file, you will see some common code, which is always created with this particular template. Here, you can find the...