Questions tagged [azure-resource-group]
275 questions
1
vote
1 answer
Specify resource group in ARM template for Azure DevTest Lab VM creation
I have an Azure pipeline that creates a new DevTest Lab VM from an Azure Resource Manager (ARM) template. That works great but a new resource group is created for the VM. I would like to specify an existing resource group the VM should belong to…

nick
- 1,880
- 17
- 27
1
vote
2 answers
msrest.exceptions.ValidationError: Parameter 'resource_group_name' must conform to the following pattern: '^[-\\w\\._\\(\\)]+$'
sathish@Azure:~/quickstart/python-docs-hello-world$ az webapp up -n appname
The command failed with an unexpected error. Here is the traceback:
Parameter 'resource_group_name' must conform to the following pattern: '^[-\\w\\._\\(\\)]+$'.
Traceback…

Sathish Kannan
- 11
- 6
1
vote
3 answers
Is it possible to give permissions to create Azure Resource Groups through AAD without RBAC?
I understand you can assign 'Contributor' RBAC role on the Subscription level to give a user permission to create Resource Groups.
However, is there a way to give that permission through AAD (Administrator role assignment)? Or any other way?
I am…

Gadam
- 2,674
- 8
- 37
- 56
1
vote
1 answer
How to deploy new Logic app to existing API management from other resource group using ARM templates
I'm trying to add a new logic app to existing API management instance using ARM template. Is there any way to refer to an APIM instance from another resource group using ARM template? New logic app and existing APIM are in different resource groups…

Vishal
- 11
- 1
1
vote
2 answers
Microsoft Graph API - Get group owner details along with group details in azure
In Azure I could find an API for getting the group details like as shown below
https://graph.microsoft.com/v1.0/groups
which will gives me all the group details like as shown below
{
"value": [
{
"id":…

Alex Man
- 4,746
- 17
- 93
- 178
1
vote
1 answer
get cpu utilization of virtual machines in azure using python sdk
I am trying to get CPU utilization of virtual machines using azure python APIs.
like if a virtual machine has 2 cpus, i need overall utilization (means cpu1+ cpu2).
What are the possible methods to get cpu utilization of virtual machines?

Vikas Gautam
- 239
- 1
- 4
- 21
1
vote
1 answer
Move Azure SQLDB using SQL Data Sync to new resource group
The Googles are failing for my specific concern. Has anyone moved a database (DBaaS) and the associated parent resource which is part of a SQL Data Sync Group to a new resource group within Azure? I've found that moving the database is supposed to…

IsThisThingOn
- 21
- 7
1
vote
2 answers
Azure Policy weird behaviour while creating resource group without tag
I've applied Azure policy which forces the user to assign a tag while creating a Resource Group.
When i create a new VM and then fill in all the fields, i create a new Resource Group in the same wizard and then click review and create button. This…

aquib.qureshi
- 557
- 1
- 8
- 21
1
vote
1 answer
Azure Resource Groups - Moving to a new Resource Group. Is there any downtime?
I have a bunch of resources located in East US, however the Resource Group was created using West US location. Although the Resource Groups are just a way to logically group resources, I would like to match the location of the Resource Group with…

user3587624
- 1,427
- 5
- 29
- 60
1
vote
1 answer
Azure Kubernetes Service Creates Extra Resource Groups
I have created an instance of Azure Kubernetes Service (AKS) and have discovered that apart from the resource group I created the AKS instance in, two other resource groups were created for me. Here is what my resource groups and their contents…

Muhammad Rehan Saeed
- 35,627
- 39
- 202
- 311
1
vote
1 answer
How to bind custom domain name with Azure ARM template deployment
I am trying to deploy a multi-tenant application to azure using following standalone deployment strategy.
Create a new database for each tenant in azure elastic pool.
Create a new app service instance for each tenant.
Map a custom domain name for…

Ajith Ramawickrama
- 11
- 1
- 2
1
vote
1 answer
How can I create an architecture where I have multiple resource groups sharing one single database server on Azure?
I want to create one single database server for all the resource groups I have created. Earlier, I have used one database server for each resource group but now I wish to have only one server for all the resource groups.

Karthik Kolathumani
- 23
- 2
1
vote
0 answers
Grant Resource Group owner to Personal and Business Account
How do I grant my personal and business accounts, that have the same email addresses, resource owner of a resource group?
In my personal account, I created a resource group. I went to Resource Gruops -> Access Control (IAM) -> Add User and added my…

spottedmahn
- 14,823
- 13
- 108
- 178
1
vote
1 answer
Change App Service Plan does not working after move to another resource Group
I have a strange issue in azure portal after moving my WebApp and App Service Plan to another resource group. After click to Change App Service Plan I'm getting that info:
Application is worrking but I can't do anything with App Service Plan…

komluk
- 437
- 4
- 18
1
vote
1 answer
Implementation of tags on resources in resource group using Powershell
I am trying to put tags on resources and resource group using Powershell.
The problem is it remove existing tags and add the new tags.
Powershell Script :
Get-AzureRmResourceGroup "testvsoRG" | Set-AzureRmResourceGroup -Tag…

rAJ
- 1,295
- 5
- 31
- 66