I am trying to connect to an on-premise Oracle database in order to sync some tables to an Azure SQL Server database. I believe that Data Factory is the best tool to use for these kind of bulk data transfer tasks, but I can't see how to connect it to the on-prem data gateway.
The gateway is setup fine, as I can see and use it in Logic Apps. I did try using Logic Apps to perform the task, but it timed out because of the volume of data.
Can Azure Data Factory connect using the data gateway? And, if not, is there a more suitable Azure service that can perform this task?
Thanks :)