How can I apply Access Control for all resources in a resource group?

Bhatt, Vishal 21 Reputation points
2019-12-09T11:41:09.593+00:00

What are the best ways to apply access control to multiple resources in a resource group, is there any way to apply access control at tag level?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,866 questions
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2019-12-10T04:59:27.363+00:00

    Thanks for asking question! The best way to apply access control for all resources in a resource group is through RBAC, Role-based access control (RBAC) helps you manage who has access to Azure resources, what they can do with those resources, and what areas they have access to. Using RBAC, you can segregate duties within your team and grant only the amount of access to users that they need to perform their jobs. Instead of giving everybody unrestricted permissions in your Azure subscription or resources, you can allow only certain actions at a particular scope.

    Also, when you grant access at a parent scope, those permissions are inherited to the child scopes.

    You may refer to this Tutorial: Grant a user access to Azure resources using RBAC and the Azure portal

    0 comments No comments

0 additional answers

Sort by: Most helpful