Reputation: 25
I'm having a problem mapping a file share on Azurefiles using Active directory authentication.Storage account already connected to on premise domain and i have a hybrid domain setup.
File share can be mount using the storage account key without any issue.However, when i try to map the share from a domain joined account without storage account key it gives the following error.
System error 86 has occurred.
The specified network password is not correct.
The AD user account was already added to "Storage File Data SMB Share Contributor" role as well.
Upvotes: 2
Views: 9206
Reputation: 2354
Based on the error message you can refer to the suggestion mentioned here Error 86 Specified password is incorrect
Active Directory authentication over SMB for Azure file shares: https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-auth-active-directory-enable#mount-a-file-share-from-a-domain-joined-vm
Azure Active Directory Domain Services authentication on Azure Files:ht tps://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-auth-active-directory-domain-service-enable#mount-a-file-share-from-a-domain-joined-vm
For additional information please see here also, which gives an idea on your query
Troubleshoot Azure Files problems in Windows
Upvotes: -1