Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An engineering team is adopting Infrastructure as Code (IaC) to standardize cloud resource provisioning in Azure. The team stores their template files in a centralized Git repository and requires a solution that can automatically validate template syntax, run automated compliance checks, and deploy the defined infrastructure whenever changes are merged.
Which Azure DevOps service should the team implement to automate their IaC continuous integration and continuous deployment (CI/CD) workflows?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Azure Pipelines is a cloud-hosted continuous integration (CI) and continuous delivery (CD) service provided within the Azure DevOps suite. It enables teams to automatically build, test, validate, and deploy code or declarative infrastructure templates across multi-cloud environments and on-premises platforms.
Azure Pipelines provides the end-to-end automation needed to turn static Infrastructure as Code templates into a fully automated, repeatable, and audited cloud deployment pipeline.