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
1 answer

Azure Resource Template for new api app resource

I want to create an Azure Resource Group template which includes the new api app resource. I say new since api apps have changed: App Service API Apps - What's changed . I tried this Create a Logic App plus API app using a template . Note: I don't…
1
vote
1 answer

How to make ETW work with ARM Template for VM Scale Sets for Service Fabric using EtwProviders

Here is the template for VM Scale Set that is created by the azure portal as part of creating a service fabric cluster with some elements omitted for simplicity. { "type": "Microsoft.Compute/virtualMachineScaleSets", "properties": { …
1
vote
2 answers

How do I reconfigure the Azure diagnostics extension when recreating an Azure VM

I need to make changes to a Azure Resource Manager Virtual Machine that are not allowed on an existing machine, such as changing the availability group. So I have to delete and recreate the machine, attaching the existing disks, network adapters,…
Scott
  • 4,458
  • 1
  • 19
  • 27
1
vote
1 answer

Import databases using Azure ARM template

Using Azure ARM template, you can create Azure SQL databases. But how can you deploy table schemas or import databases.
Jonathan Gao
  • 599
  • 3
  • 9
1
vote
1 answer

How to pass variables between templates - ARM json

I'm looking for a way to pass a variable (normal string) from a linked template back up to my main template. I want to use something like: (in linked template) "outputs": { "installStringNodes": { "type": "string", "value":…
JasperCo
  • 11
  • 3
1
vote
2 answers

SQL Azure IaaS encryption using Key Vault and a certificate

I'm trying to create an ARM template which can deploy a SQL Enterprise VM in Azure with Transparent Data Encryption (TDE), utilizing Key Vault as the EKM. I've found examples of how to enable TDE through Key Vault including the 101 SQL KeyVault…
1
vote
3 answers

Using Move-AzureRmResource to different subscription with different tenants

I am trying to move some Azure resources from one subscription to another one. I have one Microsoft Account which is co-administrator in both source and target subscriptions. I run Powershell and log in using the following…
1
vote
1 answer

How can we create or list the Tags to Azure Virtual Machine in .Net SDK

I want to list and change the tags and their values for the Azure Virtual Machines using .NET SDK. Please let me know the way for this. Thank You.
Tejas
  • 83
  • 11
1
vote
3 answers

How do I create a public virtual machine image using Azure ARM?

I want to create a virtual machine that anyone can launch using the ARM REST API. How do I do that? I cannot find instructions.
Duke Dougal
  • 24,359
  • 31
  • 91
  • 123
1
vote
1 answer

Microsoft Azure how to get a list of locations from the REST ARM API?

Does Azure ARM REST API provide a way to get a list of available regions? I can see that the classic REST API provides such a list as described here: https://msdn.microsoft.com/en-us/library/azure/gg441293.aspx But I can't see its equivalent for…
Duke Dougal
  • 24,359
  • 31
  • 91
  • 123
1
vote
2 answers

Create a server farm (aka App Service Plan) from the command line

We are creating an Azure Web App using the command line interface. How do we create a server farm from the CLI? This is what we have already done. azure login azure group create MyGroup "West US" azure webapp create -g MyGroup -n MyApp -l "West…
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
1
vote
1 answer

Getting Job Input Parameters from Azure RM Job via Powershell

During our stress-tests with AzureRM, provisioning and deleting large blocks of VMs, we noticed that we get some odd errors on our provisioning and delete runbooks. We'd like to have a process that finds these failed jobs and re-queues them. In…
DLaMana
  • 31
  • 1
  • 4
1
vote
2 answers

Configuring Azure Batch using an Azure Resource Manager template

I'm looking for any examples of configuring Azure Batch using an Azure Resource Manager template. Googling yielded nothing, and the Azure QuickStart Templates do not yet have any Batch examples, however this SO question implies that it has been…
James Thurley
  • 2,650
  • 26
  • 38
1
vote
1 answer

Azure Web App Backup through ARM

Is it possible to create an Azure Resource Manager template that sets up the automated backup of a Web App in Azure App Service? I have everything else for the web sites set up through ARM, but I am stumped on getting automatic backup set up. I have…
Rasmus
  • 556
  • 3
  • 19
1
vote
0 answers

Cannot create multiple VM using a single image file in azure resource manager portal

I have created an image file in resource manager portal.And I tried to create multiple VMs using that created image file. But the exception occurs as follows: New-AzureRmVM : InvalidParameterConflictingProperties: The property 'imageReference'…
mRhNs13
  • 479
  • 5
  • 25