I want to deploy a NAV 2013 database on Azure, with near real time capabilities (if the data is refreshed once a day, that is enough).
I am using this guide to connect to a test NAV sql server from an Azure VM, and will export data tier application (bacpac) file from NAV and import into Azure SQL.
My understanding is, that exporting this bacpac file will create a copy of the database in Azure. Does it also refresh the data when NAV data is refreshed?
If not, how can I set up automatic refresh of data?