ACCESS DENIED

citglo engineering 1 Reputation point
2020-08-24T05:33:36.69+00:00

I'm having a serious problem trying to map azure storage on my local pc port being block and have tried all the troubleshooting at this point in need help

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,857 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 44,816 Reputation points Microsoft Employee
    2020-08-24T10:36:46.92+00:00

    @citglo engineering Which version of OS version are you using? Also let me know what exactly are you trying to accomplish? Can you share the screenshot of the error message?

    I would recommend to use Azure files storage to mount to your local PC? Before mounting Azure File Storage I would recommend to go thru the Prerequisites: https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows.

    Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port 445 is blocked. You can check if your firewall is blocking port 445 with the Test-NetConnection cmdlet. To learn about ways to work around a blocked 445 port, see the Cause 1: Port 445 is blocked section of our Windows troubleshooting guide.

    Refer here If you are looking for option to link azure blob storage to computer or mount azure blob storage as a network drive in windows?

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ---------------------------------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.