Oct 02 2020 11:10 AM
Hi,
Does Azure Files shares support Access Based Enumeration? It seems it does not. If I was to use Azure Sync and front end with a Windows Server can I use ABE on the file share? This is a deal breaker as we use ABE on our shared folder.
Thanks
Oct 06 2020 09:03 AM
SolutionHi @Aragorn ,
As far as I know, ABE is a feature of DFS-N.
If you want to, you can integrate Azure File shares into your existing DFS Namespace (that has ABE turned on), this is supported, but Azure Files are not providing DFS-N capabilities. Please note, that DFS-R is not supported with Azure Files.
You will need to first enable identity-based authentication in Azure Files using this guide.
Oct 06 2020 09:15 AM
@pazdedav Thanks will try this out.
Nov 10 2021 11:18 AM
Nov 25 2021 01:14 AM
Nov 25 2021 01:17 AM
Nov 25 2021 01:20 AM
Mar 07 2022 10:16 AM - edited Mar 07 2022 10:42 AM
@unitism I was able to solve this by using Azure File Sync with Cloud Tiering. This way users still connect to my file share presented on the server which serves as an endpoint but the files are tiered on Azure Files. I also domain joined the storage account so I can enforce ACLs directly on the AZ file share. I tested ABE and can confirm it works when accessing via the server endpoint share even when tiered to the cloud.
Oct 06 2020 09:03 AM
SolutionHi @Aragorn ,
As far as I know, ABE is a feature of DFS-N.
If you want to, you can integrate Azure File shares into your existing DFS Namespace (that has ABE turned on), this is supported, but Azure Files are not providing DFS-N capabilities. Please note, that DFS-R is not supported with Azure Files.
You will need to first enable identity-based authentication in Azure Files using this guide.