I have 2 Azure VMs. One will act as an application server. The application is an Access file. This Access file connects to a separate Microsoft SQL Server database on a different Azure VM which will be the database server. On the application server, there will be multiple copies of the same Access file. There will be only 1 O365 user per Access file. These Windows users will RDP to the Azure application VM. When they connect, they should see only their Access file. Their Access file is connected to their database on the other server. For every Access file, there is a unique database and SQL user on the Azure SQL server instance. This is a simple architecture, I know. My question is how do I set up the Azure Windows application VM so that each user can only see and log into their particular Access file?
- This question was previously closed on Stack Overflow as off-topic. While I did not intend that to be the case, I'm used to using Stack Overflow as programmer and I'm not much of a sysadmin or technician as you can tell by my question, lol. For now, I'm treating the one comment I received over there as an answer as it may solve the problem just fine. But, I'm definitely open to suggestions. Thanks.