This video is in continuation to Part 3 in this playlist.
It covers the automated replacement of environment level parameters (Dev to Test resources) such as Linked Services Names, URLs, Connected Storage Accounts and Key Vaults during the CI/CD Process.
To achieve this -
1. We introduced environment level config files for parameters
2. Deployed Python script on GitHub Actions to replace the parameters in ARM templates
3. We have also applied validations such as detection and failure of CI/CD pipeline if a new Key / Parameter is found in the Dev Build and is not present in the environment level config file. This ensures only the complete valid build goes to the test environment.
Link to github repo (to follow along):
https://github.com/manishknarang/adf_github_cicd_repo
#azuredatafactory #cicd #github #githubactions
Download
0 formats
No download links available.
Part 4 - CI/CD Setup for ADF - Automated Parameter Replacement in ARM Templates using Python Script | NatokHD