@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.