Hello All,
We are trying to deploy the Azure SQL Data Warehouse via CI-CD Pipeline, we are using "Azure SQL Database deployment" task in the CI-CD Pipeline. The deployment is getting stuck at "Initializi Deployment (start)", even if we do not stop the deployment for an hour it would still be on the same stage. There has been no change to the Pipelines recently (earlier everything used to work correctly)
Also, the deployment of Azure SQL Database (on the same server) via CI-CD Pipeline using the same task is successful.
We have tried to deploy the data warehouse using Azure SQL Data Warehouse deployment", this has also failed.
We have also tried to deploy the bits via Visual Studio on a different database on a new server, the deployment was successful.

Can someone help/guide me on how to resolve the issue? Any inputs on this is also really appreciated.