CI/CD Pipelines for Data Processing Applications on Azure Part 1: Container Instances | Towards Data Science

Introduction Manually creating and deploying resources to Azure and other cloud providers is relatively easy and may, in some case, be enough. However, more often than not, deployed resources will ...

By · · 1 min read
CI/CD Pipelines for Data Processing Applications on Azure Part 1: Container Instances | Towards Data Science

Source: Towards Data Science

Introduction Manually creating and deploying resources to Azure and other cloud providers is relatively easy and may, in some case, be enough. However, more often than not, deployed resources will need to change over time, which in turn requires a lot of extra work maintaining and redeploying resources. In order to automate these tasks, developers […]