Shared Disks implement AD permissions

JohnWeb 96 Reputation points
2020-09-04T14:30:08.29+00:00

Hi,

I was looking for some resources regarding Shared Disks if it can handle ACL but unfortunately wasn't to find anywhere... what I'm planning to do is to use Shared Disks with multiple VMs and implement AD user permission to folders (shared folder access) - any idea if this is possible if not any other options?

Any suggestions/comments will be much appreciated.

Thanks,
John

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,213 questions
0 comments No comments
{count} votes

Accepted answer
  1. JohnWeb 96 Reputation points
    2020-09-04T19:33:39.193+00:00

    I have a follow up question, is a File Share be able to share to Windows and at the same time with Linux users?


1 additional answer

Sort by: Most helpful
  1. deherman-MSFT 35,011 Reputation points Microsoft Employee
    2020-09-04T16:37:53.387+00:00

    @JohnWeb
    Azure Shared Disks is designed primarily for clustered applications and very specific workloads. Shared managed disks do not natively offer a fully managed file system that can be accessed using SMB/NFS. You need to use a cluster manager, like Windows Server Failover Cluster (WSFC) or Pacemaker, that handles cluster node communication and write locking. See here for some example workloads.

    It sounds like you should consider Azure Files. Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for fast access near where the data is being used. I recommend reading through Planning for an Azure Files deployment for more details.

    I hope this helps. Let us know if you have any further questions and we will be happy to help.

    ---------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments