1. Continuous integration allows you to check the quality of the software you are delivering every single time you commit a change. You can do this by turning on this feature in Azure DevOps.
2. Continuous delivery allows you to deploy a solution once you are sure that all the quality checks have passed the tests you designed. Azure DevOps helps you with that by providing you with relevant tools.