I’m trying to understand how Anaplan Data Orchestrator (ADO) connects to an on-premises SQL Server.
In Anapedia, I found this:
An MSSQL instance hosted on a cloud platform, such as Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), or any other cloud provider. The solution is compatible with on-premises SQL Server deployments.
I couldn’t find any documentation that explains how this works from a network and architecture perspective.
- Does ADO support direct connectivity to on-prem SQL Server?
- If yes, what is the expected setup (for example, public endpoint, DMZ/bastion, or SSH Tunneling)?
- If not direct, does “compatible” mean that data must first be exported or landed to cloud storage (Blob/ADLS/etc.) before ADO can ingest it? (I am not interested in this solution since we use CloudWorks through Azure Blob.)