Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Apr 20, 2022 · You can use Azure CLI: az role assignment list ... ... You can also use the Azure Resource Explorer portal to browse your resource definitions.
Jan 12, 2023 · I'm trying to create a Terraform deployment that will enact azurerm_role_assignment by iterating over a list of principal_object_ids and their allocated roles.
Aug 5, 2022 · I have an ansible playbook that execute this command to enable system assigned identity and add "Storage Blob Data Contributor" role on a specific VM.
Oct 24, 2023 · I don't really find anything in the documentation about adding a role to an application registration im using the azuread provider btw.
Feb 20, 2022 · I am trying to create multiple role assignments using a typical variable given below where "permission {}" is a new variable I would like to introduce in the ...
Dec 2, 2022 · Where can I find the correct role_definition_name for different resource type for Terraform? I think the role name is different between and Azure Container ...
Aug 10, 2022 · I am trying to assign contributor rights on a resource group to an Azure Active Directory Group using Terraform.
Aug 11, 2022 · I'm trying to create a new group and assign owner role to it via terraform but i'm facing issue to assignment. Below is the code.
Nov 19, 2019 · You want to assign an RBAC role to a user with terraform. You can do it in two steps: step1: Use this data source to access information about an existing Role ...
May 1, 2019 · I'm trying to grant an Azure 'User Assigned Managed Identity' permissions to an Azure storage account via Terraform. I'm struggling to find the best way to do ...