
We have someone that is looking for the ability to mirror their online Business Central companies into an Azure or AWS environment. Does anyone have any recommendation on doing this? Is the APIs or webservices the best route? Is there a better alternative to get the data into a data warehouse?
Thanks,
Kevin
Mirroring the entire SaaS database is absolutely a no sense. You can mirror some data into an external Azure SQL database for data analysis and you can do that by using APIs (you can create a Timer trigger Azure functions that periodically copies the required data in the external DB by checking the SystemModifiedDate field.