This is the Chapter #1 of my Mastering Loops in Azure DevOps Series.We can use "Loop" in Azure Devops YAML Pipeline by using the "each" keyword.We can use the "each" keyword to loop through Parameters with the type as Object.There were 3 values declared in "Parameter" of type "Object", hence 3 stages got created.