Azure file share without on-site AD or hybrid

Adrian Donlan 0 Reputation points
2023-03-17T11:22:52.39+00:00

Hi

I have a client who has just suffered a catastrophic file server failure. They only had a Windows storage server 2012r2 which was adequate for their needs as the majority of their staff are remote and didn't need access to the server. I retrieved the data from the server and placed it into an Azure file share, since they use Office365 Premium and Azure for some apps. They want to move fully to the cloud but I'm unsure on how to allow access to the file share using Azure AD . When I try to access the share as a Azure AD user with appropriate rights I get a invalid user name or password error, I can access the share using a storage key but that's not really ideal. I have read lots of the documentation but its not really helped with this scenario. Is this possible?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,283 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Durkan 12,201 Reputation points MVP
    2023-03-17T12:25:06.7366667+00:00

    Hi

    as per this article, you will probably need to enable Azure AD DS on the customer tenant for authentication:

    https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-auth-active-directory-domain-service-enable?tabs=azure-portal

    The supported authentication scenarios for Azure Files can be found here:

    https://learn.microsoft.com/en-us/azure/storage/files/storage-files-active-directory-overview#supported-authentication-scenarios

    As you can see, Azure AD with Kerberos is only supported for Hybrid identities.

    Hope this helps,

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
    1 person found this answer helpful.
    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.