I have a couple of Excel macro based programs I've developed for clients where I use Access as a backend database, but want to move to an Azure SQL server for numerous reasons. I've setup the Azure SQL server and connected Excel, however it dawned on me that since Azure requires each IP address be added to the firewall this won't work if a user wants to access it from outside their office.
After hours of research it looks like the best option (other than running an Azure SQL VM) is to create a WCF or REST web service between the two objects, however I'm not too familiar with this and need a little help. So a couple of questions here:
1) Am I thinking about this the right way?
2) Can this be hosted on Azure as well?
3) How do I go about doing this? Even pointing me in the right direction would be helpful
4) With some HTML/CSS and Python experience, and a lot of VBA and R experience, how hard is this going to be to pull off?