Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Azure Data Factory - CICD with YAML Pipelines

Posted by Shane Wei on 17 October 2023

CICD, Azure Pipelines, Azure Data Factory

Introduction Overview

Azure Data Factory (ADF) is Azure's cloud ETL service for scale-out serverless data integration and data transformation. It has a code-free UI with many maintenance-free connectors, allowing it to be maintained by non-coders. No matter how much or little code is needed for the ADF, it is still...

Continue reading

Bicep deployment of an Azure Data Factory with source control

Posted by Aaron Douglas on 18 April 2023

Azure Key Vault, Azure Bicep, Azure Data Factory

Introduction

My first introduction to Azure Bicep involved creating a large repository of Azure Bicep deployment templates. I was able to see firsthand the benefits of using Bicep to simplify Azure deployments. Recently I have utilised Azure Data Factory (ADF) for integrating a new enterprise solution. It is an...

Continue reading