How to mount a drive locally to connect to Azure File Storage

philipc 0 Reputation points
2025-04-29T16:54:58.5866667+00:00

I am trying to connect to my newly created Azure File Storage explorer and I am receiving the message, "The specified network password is not correct". I am added myself to the appropriate roles on the storage explorer. I have ADDS turned on for all users but still no luck.

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

1 answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 1,646 Reputation points
    2025-04-29T17:07:46.57+00:00

    philipc I hope you are doing well

    You're trying to mount an Azure File Share locally but get the error "The specified network password is not correct" despite enabling AD DS authentication and assigning roles (e.g., Storage File Data SMB Share Contributor).

    Causes:

    • Cached credentials from storage account key attempts.
    • Incorrect AD DS or Microsoft Entra ID configuration (e.g., storage account not domain-joined, wrong SPN).
    • Blocked port 445 or lack of domain controller connectivity.
    • Incorrect credential format or Kerberos encryption mismatch.
    1. Open Credential Manager, remove entries for <storage-account-name>.file.core.windows.net.
    2. Run net use * /delete in Command Prompt and reboot.

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!


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.