Questions tagged [azure-resource-group]
275 questions
2
votes
2 answers
How to delete all Azure resource groups except one
I want to delete all the the resource groups except the one used by cloud shell.
$ az group list --query [].name --output tsv | grep -i -v cloud >> resGroups.txt
$ while read RGS; do echo…

Aaron
- 21
- 5
2
votes
1 answer
Data Factory trigger on Blob in different resource group is failing
I have a requirement where I have a Data Factory in one resource group and a blob storage in another storage group. I need to create a trigger on Data factory pipeline when a blob created in blob storage. I am getting this error while my pipeline is…

user3541321
- 165
- 5
- 19
2
votes
2 answers
How do I get a list of all deployments for a resource group (including those that may have had the same name)?
Within Azure's portal, The deployments page for a resource group lists deployments with a unique name. If a deployment is created with the same name, it appears to overwrite the previous deployment, to the extent the previous deployment is no longer…

John S Long
- 21
- 1
- 2
2
votes
0 answers
Moving Resources, what happens to policies? Can you move read locked resources?
Moving resources in Azure seems to be a hectic process.
I have two resource groups RG1 and RG2.
RG1 has a virtual machine VM1 (delete locked).
RG2 has a virtual machine VM2 (read-only locked).
I thought I can move VM1 to RG2 but it didn't pull…

alkabary
- 177
- 8
2
votes
1 answer
Publishing WebApp to Azure App Services - Resource Groups not listed
Created App Service webAppService under the Azure Resource Group WebApp-RG
When trying to publish WebApp from Visual Studio to webAppService, dialog box doesn't show up the Resource Group or AppService I created above.
Logged into Visual Studio…

Sreedhar
- 29,307
- 34
- 118
- 188
2
votes
1 answer
What happens with Azure Resource Groups when an azure region is lost?
I know that Azure Resource group must be created with a location, because that is where the metadata for that RG will reside.
Our application currently has a resource group in a location (eg : East US) that contain resources located in multiple…

Masterbaker
- 23
- 5
2
votes
1 answer
How to apply Azure resource locks to Resource Groups via Policy
I'm trying to create an Azure policy which will deploy a resource lock with the level of 'CanNotDelete' to resource groups within a subscription.
Currently the policy is 100% compliant but no locks have been created by the policy.
I have the…

craig Rickett
- 428
- 1
- 5
- 17
2
votes
1 answer
Role required to perform validate action on resource group
I am trying to run the following powershell command on an Azure API Management resource group:
Test-AzureRmResourceGroupDeployment -ResourceGroupName api-dev-81575006 -TemplateFile .\api-dev.json -TemplateParameterFile…

Souciance Eqdam Rashti
- 3,143
- 3
- 15
- 31
2
votes
2 answers
Predefined Resource Group in ARM Template
I'm working on a custom arm template.
I would like to have specific resource group to be hard coded inside the JSON so
when opening the template it will simulate "Resource Group: Use existing: predefined selected Resource group"
I've been scratching…

Doron
- 23
- 2
2
votes
2 answers
How to delete a particular resource from resource group in Azure using python
I am using azure.mgmt.resource for deleting a resource group from azure but can i delete a particular resource without deleting a resource group?

Narinder Verma
- 153
- 2
- 16
2
votes
1 answer
Spending Limite Azure Resource Groups
When I divide my subscriptions with resources, is possible to set the spend limit by resource group?
Example:
Subscription 1 - 500 USD
Resource Group 1 - 100 USD
Resource Group 2 - 400 USD

mcamara
- 731
- 4
- 15
- 26
2
votes
0 answers
Error while creating AzureResourceGroup Project in visual studio 2017
When trying to create Azure Resource Group project I get the following error
An error occurred while sending the request
Steps to reproduce:
File>New>Project>Cloud> Select "Azure Resource Group" Project Click "OK". It shows "Creating Project" then…

kumar
- 8,207
- 20
- 85
- 176
2
votes
2 answers
Resource Group Lock using ARM Template
hi i am tried to lock a resource group in azure using ARM template but i am not able do so please help me if anyone already familiar.

Devendra Pal Singh
- 43
- 2
- 7
2
votes
2 answers
Unable to delete Azure Resource Group after deployment failure in it
I was deploying a set of resources in a resource group using Azure Managed Application on Service Catalog Managed Application which failed indeed due to some syntax errors (even though the syntax was correct and according to Azure Guidelines). Now…

Muhammad Nouman
- 43
- 1
- 7
2
votes
2 answers
Azure: share resource across multiple resource group
Is it possible to share a particular resource (redis cache in my case) across multiple resource group?

user1498330
- 23
- 1
- 4