
Azure DevOps Engineer Question 29
This video provides a practice question for the AZ-400 certification exam. The scenario involves designing a pipeline that runs different jobs across Windows, Linux, and macOS agents. To minimize total time, the team wants these jobs to run at the same time, also known as running in parallel.
The correct solution is to use a multi-job pipeline with a matrix strategy. This feature allows you to define multiple job configurations and run them simultaneously. Other options, such as running jobs one after another or using basic variables, are incorrect because they do not support the flexibility or speed required for cross-platform builds.
#AZ400 #AzureDevOps #CICD #AzurePipelines #YAML #DevOps #Automation #TechTips #KodeKloud
The correct solution is to use a multi-job pipeline with a matrix strategy. This feature allows you to define multiple job configurations and run them simultaneously. Other options, such as running jobs one after another or using basic variables, are incorrect because they do not support the flexibility or speed required for cross-platform builds.
#AZ400 #AzureDevOps #CICD #AzurePipelines #YAML #DevOps #Automation #TechTips #KodeKloud
KodeKloud
...