Forum Discussion
Will_Ko
Nov 14, 2023Copper Contributor
Integration between Asana and Microsoft SQL Servers using Microsoft Azure DevOps?
Hi, I work for a bespoke kitchen company. We currently are using SQL Servers (on-premise). A lot of our software is integrated whereby any data input onto one system, would update on our other sy...
giuseppina
Jul 06, 2025Copper Contributor
Yes, it’s possible. But Azure DevOps is mainly for code and CI/CD, not direct data integration.
Instead, you could use Azure Data Factory or Logic Apps to connect your on-prem SQL Server (via integration runtime) and Asana (via its REST API). This way, you can automate pulling data from Asana and updating your SQL.
Azure DevOps could still help by managing scripts or pipelines that run these processes.