azure-resource-group Questions
5
Solved
I'm creating a bash script to provision multiple Azure resources via the Azure CLI. So far so good, however I'm having a problem tagging resources.
My goal is to store multiple tags in a variable ...
Illboding asked 17/11, 2018 at 9:7
2
I was doing some cleanup moving some Azure Cloud Services to a newly created Resource group with the following command
Find-AzureRmResource -ResourceNameContains "oldresourcename" |
Move-AzureRmRe...
Misgive asked 2/2, 2016 at 21:4
8
What does the "One of the deployment parameters has an empty key" mean in VSTS ARM release
My ARM template resource group deployment fails in VSTS.
I get an error without any specific reference to parameter that has an issue: "One of the deployment parameters has an empty key. Please s...
Capricecapricious asked 26/7, 2017 at 18:36
2
Solved
I am trying to write to a powershell script to validate the Resource Group is exist or not.
Conditions-
Check the resource group (myrg) is already exist in azure subscription.
If "condition 1" i...
Fuse asked 18/6, 2020 at 7:8
5
Solved
I'm trying to get into that Visual Studio Resource Group template.
So far it's looking good, and I have added some appsettings for a web app, but my question is, how can I make them deployment slot...
Utopianism asked 30/10, 2016 at 19:50
1
Solved
I am trying to move my Azure AppService and all inked resources to another subscription through Azure portal. I am doing the following steps:
Go to my AppService's resource group
Select all resour...
Kincaid asked 12/6, 2021 at 21:12
2
Solved
One of my resource groups has been deleted by mistake. I am unable to find any option in the azure portal to restore it. Is there any option available to restore deleted resource groups?
Anyway asked 11/3, 2017 at 6:50
1
Solved
I am trying to set a tag named "GitBranch" on an Azure Resource Group:
When I call the command in PowerShell window -
az tag update --resource-id "/subscriptions/79ca5b...7f/resourc...
Signboard asked 5/10, 2021 at 15:35
1
Solved
I'm trying to create an Azure Resource Group using a .bicep file:
targetScope = 'subscription'
param environment string
param location string = deployment().location
resource resourceGroup 'Micro...
Trimorphism asked 10/9, 2021 at 14:38
5
Solved
We are new to ARM (Azure Resource Manager) templates. While working on a template, I observed that we have to supply a resource group when deploying our template.
Is it is possible to create a res...
Dredger asked 6/12, 2017 at 9:27
2
Solved
I have created one Azure Function App in an existing Azure Resource Group. While creating a Function App, by mistake I didn't notice the selected region, and it got created in "South Central US" re...
Teeter asked 21/11, 2016 at 5:5
5
Solved
In my Azure dev/test lab (DTL), there are many resources which were not tagged. How can I get a list of all untagged resources under DTL/resource group?
Automatize asked 14/9, 2017 at 16:17
2
Solved
The term 'New-AzResourceGroupDeployment' is not recognized as the name of a cmdlet, function
I need to run below command in my PowerShell :
New-AzResourceGroupDeployment
-Name Myrg1010
-ResourceGroupName ADFcslResourceGroup
-TemplateFile C:\ADFARM.json
-TemplateParameterFile C:\A...
Reincarnate asked 31/10, 2019 at 15:20
6
Solved
I followed this link (https://azure.microsoft.com/en-us/documentation/articles/vs-azure-tools-resource-groups-deployment-projects-create-deploy/) to create azure resource group. However, I got the ...
Nervous asked 22/8, 2016 at 14:44
3
Solved
I exported an Azure Resource Manager JSON template from my resource group on Azure. I see a bunch of tags in the generated file like:
"tags": {
"hidden-link:/subscriptions/[my-subscription-id-her...
Mouseear asked 25/7, 2016 at 22:3
1
Solved
I've been working on an issue I'm having with ARM templates for over a day now, and seem to be stuck, so asking on SO in case anyone can help.
To describe the issue, I've got an existing Azure Key...
Rugg asked 15/11, 2018 at 16:12
1
Solved
I'm writing a powershell script to create VM using New-AzureRmResourceGroupDeployment cmdlet, which is as below.
New-AzureRmResourceGroupDeployment -Name VmDeployment `
-TemplateFile C:\template\...
Labaw asked 28/8, 2018 at 16:37
2
Solved
We are a software company so we setup solutions for the other companies. I guess we are not unique in this regards :) so I would like to know if we should create a new subscription each time or jus...
Catholicize asked 2/1, 2018 at 10:16
1
Solved
Auto generated arm templates aren't meant to be production ready, they need refinement. that is expected.
How can a Devops staff divide auto generated ARM templates into Linked templates?
Refere...
Lanielanier asked 3/7, 2017 at 11:30
2
Solved
I am confused about where to use a variable and where to use a parameter in ARM templates. How do we make this call ?
The referenced script uses both. I am more curious of the justification of us...
Involved asked 3/7, 2017 at 13:8
1
Solved
How do I know which parameters to provide and which parameters are overridden in Azure Resources ?
I am getting these errors and losing lots of time figuring out which parameters I need
Should I ...
Alienate asked 23/6, 2017 at 12:39
1
I am trying to create users inside DB and grant some specific permission each user; with the help of ARM template. But I do not find a way to do it using ARM.
Can someone tell me is it supported b...
Myriagram asked 24/5, 2017 at 19:18
1
Solved
I have searched and read the documentation of Resource Management Template, but i couldn't find any information over Environment variables. I tried to define 2 environment variables in a variable o...
Arsyvarsy asked 30/3, 2017 at 17:1
1
© 2022 - 2024 — McMap. All rights reserved.