160k views
5 votes
Does Azure AD have the capabilities to implement authorization using Azure RBAC (Role-based access control) to secure resources?

A) Yes
B) No

User Nojetlag
by
7.8k points

1 Answer

2 votes

Final answer:

Yes, Azure AD has the capabilities to implement authorization using Azure RBAC to secure resources.

Step-by-step explanation:

Yes, Azure AD (Active Directory) has the capabilities to implement authorization using Azure RBAC (Role-based access control) to secure resources. With Azure RBAC, you can assign roles to users, groups, service principals, and managed identities, enabling fine-grained access control to Azure resources.

For example, you can assign the 'Contributor' role to a user, allowing them to create and manage resources, but not granting them administrative privileges.

Azure RBAC provides a flexible and scalable way to control access to Azure resources based on roles and the principle of least privilege.

User Forethinker
by
8.0k points