Azure File Share AADS

SEMAAN Rabih 1 Reputation point
2022-05-07T08:20:41.47+00:00

Dears,

I have a general purpose V2 Storage account with File Share configured to authenticate with AADS, however when granting access as Share file reader or contributor or elevated contributor to a user federated in Azure AD, I am not able to map the drive however by using a .onmicrosoft.com account it works.
I am using public endpoint (By default)
What could be the issue.

The error is: incorrect username or password or requesting to put credentials again. ( Noting that the credentials are correct)

Thank you & Best Regards,

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,420 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2022-05-09T10:35:35.583+00:00

    @SEMAAN Rabih Firstly, apologies for the delay in responding here! Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Firstly, Let me explain, How RBAC works in Azure Storage

    Assign the Azure Storage Contributor role and check for the status.

    After you assign share-level permissions with RBAC, you must assign proper NTFS permissions at the root, directory, or file level. Think of share-level permissions as the high-level gatekeeper that determines whether a user can access the share. Whereas NTFS permissions act at a more granular level to determine what operations the user can do at the directory or file level.

    Azure Files supports the full set of NTFS basic and advanced permissions. You can view and configure NTFS permissions on directories and files in an Azure file share by mounting the share and then using Windows File Explorer or running the Windows icacls or Set-ACL command.

    Please refer to this article, which provides the complete details of Azure File Share AADS with the access part

    If the issue still persist, please share the screenshot of the issue. I would like to work closer on this issue

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

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


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.