I have Azure Files storage with a public endpoint and AD DS enabled. I do not have an on-premise AD and only use Azure AD.
I am unable to mount the file using windows credentials and dont understand why not if i have AD DS enabled. All documents I see refer me to having a On-Premise domain joined VM
Why do I even need a VM when I have Azure Files with AD DS ?
Sumarigo-MSFT • 47,471Reputation points• Microsoft Employee
• Moderator
2023-03-31T02:56:01.8466667+00:00
@Lawrence MotiJust checking in to see if the below answer helped. If this answers your query, do click "Accept the answer” for the same, which might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
If you are trying to mount the Azure Files on a Azure AD domain joined or Azure AD registered Device , Neither on-premises AD DS authentication nor Azure AD DS authentication is supported. This is the current limitations.
But ....the usersmust have an identity and credentials (an Azure AD identity synced from Azure AD to Azure AD DS) in the Azure AD DS managed domain AND
the client need a line-of-sight connection to the Azure ADDS which is only possible with a active site-to-site or point-to-site vpn into Azure.
If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you!