Category: Database, Ubuntu, yaml, artificial-intelligence

I came across with a requirement where I had to create around 100 SQL databases through the DevOps pipeline in one release. In this kind of solution, the native support of the Powershell in Azure DevOps always helped! And I have a good faith on Powershell as it helped me to implement any complex logic :) However, I wanted to check how this problem can be solved in Azure DevOps natively? How can I loop a task in Azure Devops?

We should now have a step which can create multiple databases in different firms , and can attach to the same SQL server elastic pool.

Related Articles