Azure resource sharing among multiple users

TrackSeal 0 Reputation points
2025-03-01T05:12:06.6566667+00:00

I have created few resources under Startup Subscription, however even after trying many times and many options, I am unable to add another user to see these resources and use them (e.g. DB Creation, App deployment etc.). Can you please suggest the steps to make it happen?

Azure SQL Database
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
886 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,433 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TP 108.6K Reputation points
    2025-03-01T11:42:13.5966667+00:00

    Hi,

    If you would like other users to have access to your Azure subscription resources, you need to assign them roles at the desired scope.

    For example, you could create a resource group, navigate to it in the Azure portal, click Access control (IAM) blade, Add -- Add role assignment -- Privileged administrator roles tab, select Contributor, click Next, select the user account, etc.

    The above is an example of assigning a role at resource group scope. You could instead assign a user a role on the subscription (aka subscription scope), which would flow down to all the resource groups in the subscription. You also have resource scope, which is assigning roles to a resource itself (storage account, key vault, virtual machine, etc.).

    What is Azure role-based access control (Azure RBAC)?

    https://learn.microsoft.com/en-us/azure/role-based-access-control/overview

    Exactly which Azure RBAC roles you assign to users and at what scopes will depend on your specific needs. As a rule of thumb you want to follow principal of least privilege and only grant just enough permissions to each user for them to do their job. The more granular you are with permissions the more work/difficult it is. It is a tradeoff.

    There's way more to Azure RBAC than I have described above. Below article has some best practices, and when reading article take a look on left navigation for other key concepts.

    Best practices for Azure RBAC

    https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.