Forum Discussion

JOGR58's avatar
JOGR58
Copper Contributor
Aug 22, 2023

Creating security groups in Azure VM

Hi everyone, i'm new in Azure, and i'm migrating file server from On-presmises server to AZ VM, i'm preparing the folders and everything, but to avoid giving the right access to users one by one, i would like to create security groups to which i can configure the permission of the files and only add the users to those groups, is it possible to do it in Azure?

  • Jaikant_S_Rao's avatar
    Jaikant_S_Rao
    Copper Contributor
    Before proceeding ahead, wish to know
    1. The reason for choosing an Azure VM method of migrating the file server ? Have you looked at Azure File Share as an alternative ?
    2. If you choose Azure VM, there are tools to replicate contents from On-Premises to Azure, without manual effort. File Share permissions could be inherited from AD if the server gets joined to the domain.
    3. If you choose Azure FileShare, the file share can be joined to an AD Domain and file permissions could be inherited.
    4. Using NSG-based access to fileshare is like hard-configuring the permissions. If you need to add or remove access, you need to do the changes in AD as well as in NSG. Also, you may need to give access in Azure Portal to the storage account with higher privileges, which is a security risk.

    Please email me on email address removed for privacy reasons. Let us discuss over a call.
  • Yes that is the most recommended method add users to security groups and give the group the permissions

Resources