Questions tagged [azure-resource-group]
275 questions
1
vote
1 answer
Update WadCfg "only" of existing Azure Service Fabric cluster?
I want to monitor Perfomance metrics of a existing Service Fabric Cluster.
Here is the link of Performance metrics -
https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-event-generation-perf
I went through this…

ashwini verma
- 51
- 6
1
vote
2 answers
Azure .NET API - MissingMethodException
I've a problem since many days.
I'm using the Azure.Fluent package in my program and I must to create a ResourceGroup, but when I create it or list themw, I got the MissingMethodsException and I don't know why. And I've never founded any solution to…

Axeen
- 270
- 1
- 2
- 7
1
vote
1 answer
move azure SQL database from resource group to another one
I moved my SQL server and SQL database from one resource group to another one.
The SQL database exists in the SQL server with Online status. When I try to go on it. I got the following error:
"This resource was not found, it may have been deleted.…

Ahmed AlZabidi
- 158
- 1
- 8
1
vote
1 answer
Azure RBAC and Azure IAM
A user should be able to read a resource group. Not allowing the user to create/delete a resource group.
i. I have created a custom role using json script with the following permissions:
Actions:…

Madhur Asati
- 185
- 3
- 13
1
vote
2 answers
How to remove application insights monitoring (unmap) of Web App from Azure portal?
I created application-insight resource(e.g- appinsight) in azure and mapped one web-app (which is under one resource group) to that application-insight for testing. Now I have to remove application insight monitoring (unmap) for that web app from…

SSD
- 1,041
- 3
- 19
- 39
1
vote
1 answer
List VM sizes in Microsoft Azure Compute based on Type or Category
We are trying to list all available sizes for particular location using the API "GET…

sangeeth kumar
- 319
- 2
- 7
- 23
1
vote
1 answer
Creating 20+ Azure Resource Group with Locks
Creating 20+ Azure Resource Group with Locks two locations in the US (West and East). I can not fine JSON template or cli template which would let me create them through user prompt in the terminal or through JSON parameter in the console. I cant be…

AmigoSe
- 366
- 1
- 2
- 13
1
vote
1 answer
Rename resource group programmatically in Azure Python API
How can I, using the Azure Python API, rename an existing resource group?
I have thoroughly researched the example code and both official and unofficial documentation, but I can't find any mention of "rename".
Is this operation even…

Mr. Developerdude
- 9,118
- 10
- 57
- 95
1
vote
3 answers
Azure Owner Role cannot create Resource Group
I am assigned an owner role in my Employer's Azure subscription. He was able to create resource groups, but I can't. We're both wondering why since I was already assigned as Owner, the highest role aside from subscription level.
When I try the az…

JohnStephen.19
- 345
- 7
- 19
1
vote
2 answers
Is there a way of locking a resource group so that it can’t be deleted without unlocking it?
We often delete resource groups. I have one resource group that I would like to protect. Is there a way of “locking” it so that I would be required to unlock it before being allowed to delete it? Bonus points if it requires a password.

WhiskerBiscuit
- 4,795
- 8
- 62
- 100
1
vote
1 answer
How can I get a list of providers used in a resource group?
Given an Azure subscription ID and resource group name, how can I get a list of all provider(s) that make up the resources in that group? E.g. if a RG contains websites and VMs, I'd get ["Microsoft.Website", "Microsoft.Compute"].

Chris Long
- 3,007
- 4
- 30
- 37
1
vote
2 answers
How to verify that you have enough resources at Azure
Background
If this seems like a question with incomplete information, it is. That's because it has to do with a large project that uses Azure to automatically provision and scale and downscale a large amount of VMs, that was handed over to us by a…

abbood
- 23,101
- 16
- 132
- 246
1
vote
1 answer
How can I divide an existing template into linked Templates
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?
References
Linked…

Rıfat Erdem Sahin
- 1,738
- 4
- 29
- 47
1
vote
1 answer
Find Azure resource groups by tag name
Recently I update Azure Powershell modules in Azure Automation Account and it seems that with new version of AzureRm.Resources module the way of dealing with tags on resources and resource group changes.
Previously this is how I would list resource…

Tomasz Tuczapski
- 319
- 4
- 17
1
vote
2 answers
Azure ARM Templates
I have created 5 x ARM templates that combined deploys my application. Currently I have separate Templates/parameter files for the various assets (1 x servicebus, 1 x sql server, 1 x eventhub, etc)
Is this OK or should I merge them into 1 x…

Tony
- 1,394
- 5
- 22
- 48