Incrementally copy data through Azure Data Factory using Change Tracking Approach from on-premise SQL Server to an Azure SQL database

Author – Gauri Pawse ( Sr. Cloud Engineer) Change Tracking is a lightweight solution in SQL Server database that provides an efficient change tracking mechanism for applications. It is a mechanism for tracking which rows have been inserted, updated, and deleted in tables monitored by change tracking. Using change tracking allows easy identification of new,…

How to deploy to a Linux virtual machine in Azure using Jenkins and Azure DevOps

Author- Rajat Malik (Cloud Engineer) Continuous integration (CI) and continuous deployment (CD) form a pipeline by which you can build, release, and deploy your code. Azure DevOps Services provides a complete, fully featured set of CI/CD automation tools for deployment to Azure. Jenkins is a popular third-party CI/CD server-based tool that also provides CI/CD automation.…