Hello Andrew Berardi
If you have changed the incoming file share settings to allow private and public access, it should be possible to access the file share from your local machine. However, there are a few things you can check to ensure that the configuration is correct:
Check the firewall settings on the VM to ensure that incoming traffic on the SMB port (port 445) is allowed. You can do this by opening the Windows Firewall with Advanced Security tool on the VM and checking the inbound rules for the SMB protocol.
Check the network security group (NSG) settings for the subnet where the VM is located. The NSG should allow incoming traffic on the SMB port from your local machine's IP address.
Check the Azure Storage account settings to ensure that the file share is configured correctly. Specifically, check the following settings:
- Ensure that the file share is created in the correct storage account and resource group.
- Ensure that the file share is configured to allow public and private access.
- Ensure that the file share is not configured to require encryption in transit.
Regarding your question about changes taking time to implement, changes to the VM's firewall settings and NSG settings should take effect immediately. However, changes to the Azure Storage account settings may take a few minutes to propagate. If you have made changes to the Storage account settings, you may want to wait a few minutes and try again to see if the changes have taken effect.