@Pramod Das Migrating user accounts from a local domain to a global domain on Azure can be challenging, especially when it comes to maintaining access to local domain shared drives. Here are some potential solutions to ensure that users retain access to the file server after joining the new global domain:
Azure Files: One effective solution is to use Azure Files, which allows you to create file shares in the cloud that can be accessed from anywhere. You can mount an Azure File Share to the same drive letter that the on-premises application uses, ensuring that the part of the application that accesses the file share works with minimal changes
Azure AD Connect: You can use Azure AD Connect to synchronize your on-premises Active Directory with Azure AD. This ensures that user identities and passwords are preserved during the migration process
Hybrid Identity: Implementing a hybrid identity solution can help maintain access to local resources. This involves configuring Azure AD Connect to synchronize your on-premises AD with Azure AD, allowing users to authenticate using their Azure AD credentials while still accessing on-premises resources
Additional information:
- PowerShell Scripts: You can use PowerShell scripts to disable directory synchronization and convert synchronized users to cloud-only users. This allows you to remove your on-premises AD DS while ensuring that users retain their data, Refer here
- Step-by-Step Guide: Following a detailed guide on migrating Active Directory to Azure can help ensure a smooth transition. This includes transferring user accounts, security groups, and distribution groups from on-premises AD to Azure AD. For more information refer here
Please let us know if you have any further queries. I’m happy to assist you further