Chapter 14
CI/CD security
After completing this chapter, you will be able to:
Secure the pipeline, deployment agent, and targeted resources.
Articulate and apply pull request (PR) and PROD deployment approvals.
Handle service principals during the deployment process.
What is CI/CD?
Continuous integration and continuous deployment—CI/CD for short—is the current best practice for developing and deploying an application into production environments. CI/CD involves a series of automated workflows to continually build, test, and integrate code changes (continuous integration) and to deploy those changes (continuous deployment). Together these workflows comprise a CI/CD pipeline.
Tip
If you are unfamiliar with CI/CD, read more about it here: ...
Get Designing and Developing Secure Azure Solutions now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.