简体   繁体   中英

How to restrict users on Azure Portal

We have Azure Enterprise subscription and I am the recent administrator. A group of IS auditors want to take a look at Network, NSG and other related stuff so we want to provide read only access to them. Can anyone guide how to provide them readonly access there.and they cannot access anything else

Can anyone guide how to provide them readonly access there.and they cannot access anything else

You can make use of Azure Role-based Access Control (RBAC) to do exactly that. With Azure RBAC, you can grant granular-level permission on resources to resources in an Azure Subscription to the users. In this case, you can assign the auditors a Reader role on the resources (Network, NSG etc.) and they will only see the resources that they have access to.

You can learn more about Azure RBAC here: https://docs.microsoft.com/en-us/azure/role-based-access-control/overview .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM