Back to articles
Cross-Cloud Pipeline with ADF & STS: Architecture, Troubleshooting & Costs
How-ToDevOps

Cross-Cloud Pipeline with ADF & STS: Architecture, Troubleshooting & Costs

via Dev.toPanagiotis

Every data engineer eventually ends up staring at a problem that shouldn't exist. Data that needs to be somewhere it isn't. Two systems that should talk to each other but don't. A business requirement that assumes clouds are just different tabs in the same browser. Our version of this problem was simple to describe and genuinely interesting to solve: operational data lived in PostgreSQL on Azure, while the analytics team (data scientists, BI developers, the people who actually make decisions from data) had built everything in BigQuery on GCP. Nobody was migrating either side, so my job was to make them talk. What followed was one of those projects that starts as "a quick pipeline" and ends up teaching you more about cloud architecture, cross-service authentication, and silent failure modes than you expected. Every layer worked beautifully in isolation, but the problems lived exclusively in the spaces between services, in the handoffs, the assumptions, the error messages that pointed ev

Continue reading on Dev.to

Opens in a new tab

Read Full Article
7 views

Related Articles