Questions tagged [azure-resource-manager]

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.

The tag is for ARM processors, use this tag for Azure Resource Manager.

2907 questions
1
vote
2 answers

dataDisk.image parameter in Azure Resource Template

Is there any Azure Resource Template documentation? I am trying to recreate a VM using Resource Template and the only thing I am missing is creating a data disk from image the same way the OS disk is created. I edited the JSON template: …
Tomasz Tuczapski
  • 319
  • 4
  • 17
1
vote
2 answers

How to set Azure RM Vnet Gateway type to basic

I recently was billed by Microsoft for $140 for my Azure Vnet VPN gateway. I have checked on the documentation and realized the default gateway created is Standard gateway/SKU which cost $140 instead of basic gateway which cost $38. Since basic…
CK Tan
  • 596
  • 2
  • 10
  • 25
1
vote
1 answer

Discovering Azure RM API properties

I have been trying to find a way to discover Azure RM API resource properties programmatically using PowerShell or something similar. There does not even seem to be official documentation of all of the properties and their possible…
Trevor Elliott
  • 11,292
  • 11
  • 63
  • 102
1
vote
1 answer

How do I set Origin Path in Azure CDN using Resouce Manager API?

I want to tell the Azure CDN that my origin is at a specific path, e.g. mydomain.com/cdn. This option is available through the Azure Portal (CDN Profile > Endpoint > Configure > Origin path) I'm deploying my Azure resources using Resource Manager…
Anton
  • 1,346
  • 11
  • 31
1
vote
1 answer

Reserved IP's for Azure Resource Manager based Virtual machines

The Question is twofold. Firstly, What is the way to assign a reserved IP address as a public IP to a resource manager based virtual machine. Does it only involve setting IP allocation method to static in template file (then assigning that to NIC…
1
vote
2 answers

Adding Availability Set To Azure Virtual Machine Template Creation

I can create a Azure VM with a specific VHD from the template below but how do I also add it to an Availability Set. I can't do this after VM creation so I need to do it here. { "$schema":…
1
vote
1 answer

How to PSSession VM from Resource Manager?

I have VMs in Resource Manager and I want to do remote PowerShell scripting from runbook these VMs. I already know how to do it in classic virtual machines and use with success. Now, is remote PowerShell over SSL with a certificate enabled by…
1
vote
1 answer

Create Azure Automation Runbook Webhook using ARM templates?

I'm trying to create a Webhook for Automation Runbook. So far, I've achieved the following: Create Automation account Create Runbook Here's the template that I'm using: "resources": [ { "name": "[parameters('accountName')]", …
harryjohn
  • 656
  • 1
  • 8
  • 25
1
vote
0 answers

Add new application to Azure Active Directory and configure it's authentication

I'm trying to create an ARM template to deploy some resources on Azure including an Azure AD application but I can't find a way to add the application using JSON as I can do using the PowerShell cmdlet "New-AzureRmADApplication" also is there is a…
1
vote
1 answer

additionalUnattendContent content being rejected by Azure Virtual Machines REST API

I'm writing an interface between a cloud orchestration tool and Azure REST API (Resource Manager) but I'm running into an issue testing the Windows additionalUnattendContent functionality to get Unattend.xml injections working. Why is the code…
01000101
  • 327
  • 2
  • 8
1
vote
1 answer

Cannot connect to DocumentDb directly after having deployed the DocumentDb account

I have an ARM template that I use to deploy a DocumentDB as well as other Azure reosurces to a resource group. I want my ARM template to setup a Stream Analytics job that uses the DocumentDB as output. In order to do this the DocumentDB account…
1
vote
0 answers

Azure Resource Manager provisioning workflow

I'm trying to setup an automated workflow for some applications using Azure Resource Manager. We would like to be able to run a script that will deploy infrstructure and applications on windows server. We will certainly use windows-server-2012 but…
Thibault Deheurles
  • 1,211
  • 13
  • 21
1
vote
2 answers

application gateway deployed using RM templates takes way too long

I deploy a cluster with a simple application gateway using an RM template. The deployment stays for more than 30 minutes in deploying state with the appplication gateway being the bottleneck. It eventually succeeds. This is a very simple SSL gateway…
gae123
  • 8,589
  • 3
  • 35
  • 40
1
vote
1 answer

Save-AzureRmVMImage mandatorily creates invalid blob container name

I am capturing an ARM VM image to use it in create from image operations. However the Save-AzureRmVMImage command creates mandatorily (or just by default?) such a container and blob name what seems to be invalid for other commands. The parts of…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268
1
vote
2 answers

Unable to log in to the newly created ARM VM when using Set-AzureRmVMOSDisk with linux and attach

I am trying to develop a clone workflow for my properly working ARM VM running Ubuntu. This VM was created from Bitnami LAMP image in Marketplace. I am trying to use the -CreateOption attach option instead of fromImage, according my knowledge it…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268