Top "Azure-resource-manager" questions

Azure Resource Manager is a framework for deploying and managing applications across resources and managing groups of resources as single logical units on the Microsoft Azure cloud computing platform.

Azure resource manager template website app settings

I am trying to add app settings to my Azure Website via the JSON template files as part of the …

azure azure-web-app-service azure-resource-manager
Azure ARM Template dependsOn: Resource Not Defined in Template

I want to create a new vm to resource group in azure with visual studio 2015. the new vm depends on …

azure azure-resource-manager arm-template azure-template
Can I have an ARM template resource with a COPY array of 0 to N

I'm deploying an ARM template that uses a copy resource block to deploy 1 or more data disks to a VM. …

azure azure-resource-manager
How to escape single quote in ARM template

Given the following resource in an AzureRM template, how would one encode the single quote in the commandToExecute part? { "type": "…

azure azure-resource-manager
ARM template - website deployment failure

I’m attempting to use Azure Resource manager (ARM) template files to deploy as ASP.net website and am hitting …

azure azure-resource-manager
How to rename existing Azure Logic App?

I have created a logic app, but now I want to rename existing logic app in Microsoft Azure portal. I …

azure azure-resource-manager azure-logic-apps
Get connection strings in ARM

I'm creating an Azure Resource Manager template that instantiates multiple resources. I'd like to be able to capture the primary …

azure-resource-manager
Using conditions in Azure ARM templates

Is there any way to use conditional statements in templates? for example I am building template which will have vms …

azure azure-resource-manager
Azure Resource Manager - How can I change the Resource Group of a Resource?

I've been combing through the Powershell commands trying to figure out how to take my currently deployed Website/SQL Database/…

powershell azure azure-management azure-resource-manager
Azure ExpiredAuthenticationToken during New-AzureRmResourceGroupDeployment when deploying resources via Visual Studio

I'm trying to deploy an HDInsight cluster using an ARM template via Visual Studio. I've created an Azure Resource Group …

azure visual-studio-2015 azure-resource-manager azure-sdk-.net