Is it possible to share Azure hosted SMB file shares across different tenants?

Zuuber 185 Reputation points
2023-11-03T23:51:55.98+00:00

Is it possible to share Azure hosted SMB file shares across different tenants?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,425 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,538 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    2023-11-04T22:09:28.7633333+00:00

    Hi Leon,

    Azure File Shares is definitely not the right solution for this. It is meant to replace on-prem file shares with a cloud solution.

    I think what you should be looking into is getting your files properly sorted and getting it into Teams/SharePoint.

    SharePoint is built for these types of situations, and on top of it you can use the SYNC button, which makes it looks like a SMB share (attaches a folder to your desktop). You can invite Guests into your tenant and do sharing that way to simplify your permissions.


    If this is helpful please accept answer.

    1 person found this answer helpful.
    0 comments No comments

  2. Anand Prakash Yadav 7,860 Reputation points Microsoft External Staff
    2023-11-06T10:51:52.37+00:00

    Hi @LeonT,

    Thank you for posting your query here!

    Azure SMB file shares are typically associated with a specific Azure Active Directory (Azure AD) tenant, which means that they are not directly shareable across different tenants. Azure SMB file shares are designed for use within a single tenant's environment, and access control is managed through Azure AD authentication and authorization mechanisms.

    However, you can invite users from other Azure AD tenants to collaborate with your tenant using Azure AD B2B collaboration. This allows external users to access resources within your tenant, but it doesn't directly share the SMB file shares across tenants. Users from other tenants would need to authenticate as guest users in your tenant and be granted appropriate access to the SMB file shares.
    For reference: https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-external-users

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.