Deploying to Azure
In this chapter, we will explore Continuous Integration and Continuous Deployment (CI/CD) on Azure. These are critical skills for enterprise development and ensure that bugs are caught early in the process, especially when working with a team. The earlier integration issues are surfaced, the less expensive they are to fix.
Among the skills that we will review are creating an Azure project, creating a pipeline, and configuring the pipeline for CI/CD.
This chapter will build on the skills you developed in Chapter 6 and walk you through setting up CI/CD step by step.
We will cover the following topics in this chapter:
- Using tests to ensure code quality
- Deploying from DevOps
- Deploying to Azure