Hello VisvanathanK,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
Azure Data Factory (ADF) is the best choice for your scenario due to its scalability, flexibility, and better cost management for large datasets. It supports both full and incremental data loads efficiently and that's what you need for your scenario.
On steps for Data Import from D365 FinOps to Azure SQL (using ADF), use the followings links for more details:
- To set up your Azure SQL Database as the destination for data imported from D365 FinOps- https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview
- Guide on using the Dynamics 365 connector to extract data from D365 FinOps - https://learn.microsoft.com/en-us/azure/data-factory/connector-dynamics-crm-office-365
- Guidance on setting up incremental data loads using time stamps or delta queries to avoid full imports - https://learn.microsoft.com/en-us/azure/data-factory/tutorial-incremental-copy-overview
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.