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:
- The resource group
- The App Service plan
- The Azure 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.