Questions tagged [azure-arm-template]
26 questions
0
votes
1 answer
Attach NSG to Existing Subnet Using ARM Template
I'm looking to create a Network Security Group (NSG) in Azure and attach it to an existing subnet using an ARM Template. I've already come across this site:…

jrd1989
- 698
- 15
- 48
0
votes
0 answers
Azure scale set ARM template redeployment resets node count
I'm trying to set up a continuous delivery pipeline for my ARM templates in Azure. The template contains resource definition for a scale set with some initial number of instances configured and also autoscale rules.
An example of a similar…
0
votes
1 answer
Get outputs values from the linked arm template
hoping someone can help pinpoint what's missing in my approach.
I'm using visual studio 2017 if this makes any difference.
I've two arm templates; maintemplate and the linkedtemplate.
In the maintemplate I'm trying to reference a linked template…

csaif7
- 55
- 8
0
votes
2 answers
Is it possible to deploy the 'Start stop VM's during off-hours' solution of Automation account in ARM templates?
I need to deploy an Azure automation account to my resource group.
This to add the module (start/stop VM's during off hours solution to my environment)
For the automation account I succesfully used the following template. But to add the module I…

achahbar
- 111
- 1
0
votes
1 answer
How to fix errors of arm template for storage account creation?
I have exported ARM template of exiting resource and modified the template.
But when deploying the same, getting errors as invalid xml.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion":…

uday
- 352
- 10
- 30
0
votes
1 answer
How to get the azure VMUUID of azure VM?
I am creating an ARM template for the Azure Log Analytics workspace.it has some queries which use azure VM's VMUUID.Is there is any way to fetch the azure VM's VMUUID in ARM template or any other ways to fetch azure VMUUID?
0
votes
2 answers
Build Pipeline ARM Templates - TFS 2018
My client is using TFS 2018 as their CI/CD tool. I know you can use TFS to deploy ARM templates to Azure but I've never done it before. I usually just use the portal or powershell. I know I need to create a pipeline to perform the deployment but…

jrd1989
- 698
- 15
- 48
0
votes
1 answer
How to change the RDP port number in ARM templates?
After creating a VM on Azure, I need to use a VPN in order to RDP to it. This is because of my Internet Service Provider's networking regulations. Therefore I have to change the RPD port from within the VM every time I create a new VM. Is there a…

Omar Obeid
- 3
- 1
0
votes
1 answer
Errors while creating a new VM, subnet, and NSG in an existing vnet
I am trying to deploy a new virtual machine in a new subnet with a new NSG, but I get errors while deploying the template.
We are a MSP that builds custom software for our clients called 'SoftWare', which we want to host in Azure.
My current setup…

Danslerr
- 3
- 3
0
votes
1 answer
Azure Templates: Accessing a variable's members by name using a parameter value
I have a variable in a template that holds a number of entries that will specify the value in my template. By this I mean I have
"ipSecurityRestrictions" : {
"denyAllInbound":
[
{
"ipAddress": "0.0.0.0/0",
…

Alan Mullett
- 103
- 4
-2
votes
2 answers
How do I enable Windows Crash Dumps via Azure ARM Template
We have a solution running on some 140vms in an Azure VMSS.
How do I enable any of these memory dump options through the ARM Template?
Barring that, how could I enable it with a PowerShell script?

EtherDragon
- 172
- 7