How can I log in to an Azure File Share (Azure Storage account with file sharing) with Azure AD credentials?
I would not like to deploy an Azure Domain Service.
Regards Stefan
You can only do this with either Active Directory synced to Azure AD, and domain joined machines, or Azure AD DS, there is no other option. Full details are here
Does Kerberos Auth for Azure Files fix your issue? it seems that after a few years, they have figured this out.