Hi
I would like to use my on-prem groups to manage AZ Files share folders permissions. I am hybrid and the groups have replicated up to AAD fine. I this is possible as listed storage-files-identity-ad-ds-assign-permissions
The problem is that the shares created in Azure Files are not honoring the AD DS NTFS permissions.
This is my work flow:
Share created in Azure File (storage account in AD DS)
Granted IAM > Storage File Data SMB Share Reader permissions to a synced AAD group (G-AZF-Share-X which my test account is a member of)
Permissions take a while to replicate to waited 30 mins > logged on to the VM as my test account > able to net use map the share
On my own VM mapped the share with storage account Access Keys and created a few folders > granted full control to AD group G-AZF-Share-X)
Logged on to VM as test user > can see the new folders > can browse thru the folder but unable to create or delete files inside these folders
The NTFS permissions are showing up fine and I can confirm that test user has access to Modify
Created another share:
But this time granted IAM > Storage File Data SMB Share Contirbuter permissions to a synced AAD group (G-AZF-Share-X which my test account is a member of)
Permissions take a while to replicate to waited 30 mins > logged on to the VM as my test account > able to net use map the new share
On my own VM mapped the share with storage account Access Keys and created a few folders > Did not set any NTFS permissions this time
Logged on to VM as test user > can see the new folders > can browse thru the folder but now I am able to create or delete files inside these folders
Check on folders and confirmed that the AD group G-AZF-Share-X has no permissions
The question now is why is the Share Permissions ruling the folder permissions and why I am unable to manage it from NTFS/AD DS?
Many thanks :)