How to allow users from a different tenant access our storage, servers, etc

MartinKulp-8809 6 Reputation points
2023-06-16T23:56:56.13+00:00

Is it possible to allow the users from a different Azure tenant access to Windows VMs, file shares, storage, etc, in our tenant without having to have them set up accounts, invites, etc? In other words, seamlessly?

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.
827 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Dillon Silzer 57,431 Reputation points
    2023-06-17T04:35:47.56+00:00

    Yes, you should be able to assign Azure RBAC roles to guests (without creating them an ID in your tenant):

    Assign Azure roles to external guest users using the Azure portal

    https://video2.skills-academy.com/en-us/azure/role-based-access-control/role-assignments-external-users

    Add a guest user to your directory

    https://video2.skills-academy.com/en-us/azure/role-based-access-control/role-assignments-external-users#add-a-guest-user-to-your-directory

    Assign a role to a guest user

    https://video2.skills-academy.com/en-us/azure/role-based-access-control/role-assignments-external-users#assign-a-role-to-a-guest-user


    If this is helpful please accept answer.

    0 comments No comments

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.