Topics relating to Azure Role Base Access Control
Questions tagged [azure-rbac]
264 questions
0
votes
1 answer
Azure PowerShell or CLI command to Provide a User with Owner access to a specific Web Application
I have around 100 Azure Web Apps and Azure Functions which I created using Azure PowerShell and CLI, now I need to assign Owner Access to these Web Apps to users (Separate users for each Web Apps)
I am unable to find any sample for this, most sample…

Binoj Antony
- 15,886
- 25
- 88
- 96
-1
votes
1 answer
Pythonic way to assign global administrator roles for Azure Active Directory
What specifically needs to be changed in the Python 3 code below in order to successfully assign the Global Administrator role for an Azure Active Directory Tenant to a given service principal?
We tried to adjust the code from the answer to this…

CodeMed
- 9,527
- 70
- 212
- 364
-1
votes
1 answer
list storage ACL via Service pricipal
i want to run this API - Path(get - properties) but rather than using SAS, Access Key. I want to use AD based authentication. how to achieve that?
the signature that we sent via header currently looks like
'Authorization' : 'SharedKey…

Rakesh Prasad
- 602
- 1
- 13
- 32
-1
votes
1 answer
What's the (Azure) role needed to reset the Linux VM password
I am trying to enhance my custom RBAC role by allowing users to reset their Linux VM
I couldn't able to find any exact role associated with the option for resetting the password for my Linux VM (see screenshot below)
Doing my own testing I found…

Jayendran
- 9,638
- 8
- 60
- 103
-1
votes
1 answer
Adding a RBAC role to multiple users using single azure resource via ARM template
I'm trying to assign RBAC role "Reader" to a list of users in subscription level. When I try to do it for one user ARM template works. But for list of users it gives this error.
InvalidRoleAssignmentId: The role assignment ID 'u4ttmsjymtpe21' is not…

User0102
- 1
-1
votes
1 answer
Should Azure RBAC be used for applications I deploy to Azure as well?
I can see from the list of built-in roles that RBAC is used to control the access that people have to Azure resources. For example, the Virtual Machine Operator built-in role seems geared towards a person, it even gives permission to perform…

Michiel van Oosterhout
- 22,839
- 15
- 90
- 132
-1
votes
2 answers
VS Code Bash calls to Azure not authenticated
When trying to create a storage account in azure from VS Code's Bash Terminal, I get the following error:
error retrieving default location: The client '' with object id '' does not have authorization to perform action…

kevin
- 338
- 2
- 13
-1
votes
1 answer
Azure RBAC for remove access to create new subscription
I'm trying to remove the permission to the user on my azure tenant to create a new subscription.
The only way a find is the but the GlobalReader role in active directory when I create the user.
But with this method, the user can see the active…

john
- 468
- 1
- 9
- 26
-1
votes
1 answer
Automation RBAC requirements for Security Center/Sentinel Playbooks
I am currently in the process of setting up Sentinel POC, within Sentinel you have playbooks which is basically Logic Apps, it is same as the playbooks in security center.
I need to know what permissions i need on target subscriptions in order to…

kay106
- 65
- 5