Home > Blockchain >  How to add groups(security group) to a storage account in Azure?
How to add groups(security group) to a storage account in Azure?

Time:02-15

Is there any ways to add the security group to a given storage account? Nothing found from MS documents from net.

Please let me know. Thanks.

CodePudding user response:

Storage Account > IAM > Add > select role > select member > Create

https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal

CodePudding user response:

You can assign security group a role in your Storage Account.

Login to Azure Portal --> Go to your Storage Account --> Click on Access Control (IAM) --> Click on Add Role Assignment

Now select the role you want to assign to the security group

Go to Members tab --> Click on Select Members and add your security group --> Click on Review and Assign

  • Related