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