Login
Remember
Register
Ask a Question
What are the three types of RBAC controls in Microsoft Azure?
0
votes
asked
Mar 9, 2023
in
Azure
by
Robindeniel
What are the three types of RBAC controls in Microsoft Azure?
rbac
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 9, 2023
by
Robindeniel
The three different types of roles are :
Owner: It has full access to all resources including the right to delegate access to others.
Contributor: It can create and manage all types of Azure resources but can’t grant access to others.
Reader: It can view existing Azure resources.
...