Most of the recipes that you have learned so far have been created either using the browser or using Visual Studio Integrated Development Environment (IDE).
Azure also provides us with tools that help developers who love working with the command line. These tools allow us to create Azure resources right from the command line with simple commands. In this recipe, you will learn how to create a new function app and also understand how to create a function and deploy it to the Azure Cloud right from the command line.