I use the Azure Powershell step in our Release Pipeline to use DACPAC to update our databases. It takes about one hour to iterate through all the databases. I heard that Powershell 7 now supports parallel execution but Azure DevOps does not officially support this. How to achieve parallel execution of Powershell 7 scripts on DevOps?