This post shows the Azure DevOps CI/CD automation for Azure Data Factory that utilizes Private Endpoint to data source/target. Fully functional code included and explained.
Tag: Azure DevOps
Azure Data Factory CI/CD (Public)
This post shows the Azure DevOps CI/CD automation for Batch job that utilizes Azure Data Factory with Storage Account. Fully functional code included and explained.
Private Endpoint: Web & Function App with SQL Database
This post walks through the implementation of CI/CD automation using Azure DevOps for an application within private network using App Service, Functions App, Application Insights and SQL Database. Fully functional code included and explained.
Automation: Provision Self-Hosted Agent for Azure DevOps
This post provides a walkthrough with scripts to provision an Azure DevOps self-hosted Windows agent automatically.
Azure Function Batch Job with Storage Account
This post shows the Azure DevOps CI/CD automation for a Batch job that utilizes Azure Functions with Storage Account. Application Insights is demonstrated for APM. Fully functional code included and explained.
Restricted Azure App Service with SQL Database
This post walks through the implementation of CI/CD automation using Azure DevOps for Azure App Service with SQL Database application scenario with network restriction. Fully functional code included and explained.
Public Web App with Storage Account
This post walks through the implementation of CI/CD automation using Azure DevOps for Public Web App with Storage Account application scenario. Fully functional code included and explained.
CI/CD Automation Get Ready
Prerequisites Just want to stay the obvious here, in order to try out the recipes, you need to have access to: IMPORTANT: Since Microsoft disabled the free grant of parallel jobs by default, which is required to run the pipeline, you need to request for it (link to request parallel jobs) Preparation Project in Azure… Continue reading CI/CD Automation Get Ready
CI/CD automation in 60 minutes
Even though a lot of organization have adopted Agile/Scrum, their priority is focusing on delivering features of the software product. CI/CD automation is often become their technical debt, which may or may not be repaid. These series of blog posts provide recipes for CI/CD automation that target different architecture scenarios.