Forum Discussion
Azure_Guy1559
Jul 23, 2021Copper Contributor
Is is possible to allow user to modify/delete only specified management (resource) locks?
Greetings everyone, as in the title, is it possible to do such action? If yes, then what permissions does this user need to do so? Example: I have a resource group with 2 resource objects. Bot...
- Jul 26, 2021Or simply add new member to the resource in IAM -> Add role assignment -> members tab.
Azure_Guy1559
Jul 26, 2021Copper Contributor
Problem solved.
For everyone out there wondering, I have created custom role which applied only to specified scope of resources. Then added those role in IAM -> Add role assignment of a given resource (i.e storage account) and it works.
Of course you need to add the role to a user so he can access only those resources specified by the role.
BR
For everyone out there wondering, I have created custom role which applied only to specified scope of resources. Then added those role in IAM -> Add role assignment of a given resource (i.e storage account) and it works.
Of course you need to add the role to a user so he can access only those resources specified by the role.
BR
- Azure_Guy1559Jul 26, 2021Copper ContributorOr simply add new member to the resource in IAM -> Add role assignment -> members tab.