Hi Jamshid Javidi,
As you said previously, everything is set up fine, but if you're having trouble accessing the shared folder still, you can try the following steps
To access a shared folder on your Azure VM from your local Windows machine, open the run dialog (press Win + R
), then type \\<VM-IP>\<SharedFolderName>
(for example, \\191.136.1.11\SharedFolder
if you're using the private IP, or \\<Public-IP>\SharedFolder
if you're accessing via the public IP). Press enter, and a prompt will appear asking for credentials. Enter the username and password of the VM or a specific shared folder user.
Alternatively, you can map the shared folder as a network drive: Open File Explorer, click on This PC in the left pane, then click Computer in the top ribbon and choose Map network drive. In the Folder field, enter the shared folder path (\\<VM-IP>\<SharedFolderName>
), select a drive letter, and check the option to Reconnect at sign-in if desired. Finally, click Finish to complete the setup.
If you have already tried and are still facing issues, please feel free to share the error you are encountering. We will be happy to assist you further and help resolve the issue as quickly as possible. Your satisfaction is our priority, and we are here to support you always.
If you found this information helpful, please click an accepting the answer and "Upvote" on his post for other community members reference