Hi N Wakchaure, Jagdish ,
Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
Based on your scenario there are few possible causes: Firstly, you can create a custom DNS for your Azure file shares to simplify access for your users, purchase a custom domain if you don’t already have one. In your DNS provider’s management portal, create a CNAME record that maps your custom domain to the Azure file share URL If you are using Azure DNS, you can create a DNS zone and add the CNAME record there. This will ensure that files.yourdomain.com resolves to abc01.file.core.windows.net.
- Once the custom DNS is configured, users can access the file shares using the custom domain. For example: \files.yourdomain.com\Account, \files.yourdomain.com\Finance
- Ensure that your Azure file shares are accessible via a private endpoint. This will allow users to securely access the shares over a private network connection
- For more information: https://learn.microsoft.com/en-us/azure/storage/file-sync/file-sync-networking-endpoints
Please let us know if you have any further queries. I’m happy to assist you further