Aug 04 2021 07:33 AM
Dear All,
This is a question about the hosting of Access databases in either an Azure file server or in Azure File services. There doesn't seem to be much official information on this topic (at least not which I have found), so I am after some advice based on experience.
The project I am working on uses a split database architecture, so a front-end user interface database with "linked tables" to a back-end data database.
The project requires that the Access back-end database be moved into Azure, and the front-end accessible to PC based users.
The options I can see are as follows
The back-end:
1) hosted in Azure file services
2) hosted in a dedicated Azure file server virtual machine
The front-end:
1) hosted on the end users' PCs
2) hosted in Azure on remote desktop services
3) hosted in Azure virtual desktop (AVD)
Does anybody have any opinions or experience with any of these options? or can anybody offer any advice for a better option? At present, I am hoping to not move the back-end database to SQL Server.
Thank you,
Paul.
Aug 04 2021 01:06 PM
Solution@Paul Le Sueur You are right' there's isn't a lot of information out there...
I have only a couple of thoughts and a question.
I don't know if there is a difference in architecture that would support the Azure File Services approach, but it would be good to know one way or the other upfront.
Finally, my question, out of curiosity, and not being argumentative. Why is SQL Azure off the table?
Aug 05 2021 09:38 AM
Thank you very much for your insights @George Hepworth!
I'm no Azure specialist, I have colleagues that do that however, I gather that creating file shares and then connecting to Windows Explorer is possible, just a bit different to an on-premises setup. These articles look promising:
In short, to answer your questions:
Thanks again
Paul.