Hi @BRADLEY MILLER,
To access Azure Files with NTFS permissions remotely, your machine needs to be domain-joined and have line of sight to the domain controller. Kerberos authentication can help without direct line of sight, but it needs proper setup and connectivity to work well with NTFS permissions.
In your case, you can mount the drive using Azure VPN or Site-to-Site VPN, but seeing NTFS permissions depends on being on a domain-joined machine that can talk to the domain controller. This is pretty standard when using Azure Files with Active Directory Domain Services (AD DS) and hybrid identities.
To make sure NTFS permissions are visible and manageable, keeping a connection to the domain controller is key. Double-check your Kerberos setup and ensure all necessary ports and protocols are open in your network settings.
For additional information, please refer the below:
- Troubleshoot Azure Files authentication with Active Directory
- Enable Microsoft Entra Domain Services authentication on Azure Files
- Enable Microsoft Entra Kerberos authentication for hybrid identities on Azure Files
I hope by following the above helps resolving the issue.
Please let us know in the comments below, if the issue is resolved or still persists. We will be glad to assist you closely.
Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community members.