However, the steps are almost the same for any type resource.
In this lab, you will deploy a web app and SQL database. Visual Studio enables you to edit these templates, and provides tools that simplify working with templates. To learn about the elements of the Resource Manager template, see Authoring Azure Resource Manager templates. For more information about deploying and managing your resources, see Azure Resource Manager overview.Īzure Resource Group projects contain Azure Resource Manager JSON templates, which define the resources that you deploy to Azure. The Azure Resource Group deployment project enables you to deploy all the needed resources in a single, repeatable operation. Or, you can define a virtual machine, virtual network, and storage account to be deployed along with a script to execute on the new virtual machine. For example, you can define the web host, web site, and database for your app, and then deploy that infrastructure along with the code. With Visual Studio and the Azure SDK, you can create a project that deploys your infrastructure and code to Azure.