Deploying the Azure Function app to Azure Cloud using Visual Studio

So far, our function app is just a regular application within Visual Studio. To deploy the function app along with its functions, we need to either create the following new resources, or select existing ones to host the new function app:

You can provide all these details directly from Visual Studio without opening the Azure Management Portal. You will learn how to do that in this recipe.