I have a requirement to deploy Azure SQL database via Service Principal
Is it possible?
It is possible to deploy Azure SQL database based via DACPAC and service principal through powershell or Azure devops: Azure SQL database dpeloyment tasks.
You can refer the below links for my blogs :
https://datasharkx.wordpress.com/2021/03/11/automated-deployment-of-azure-sql-database-azure-sql-data-warehouse-through-azure-devops-via-service-principal-part-1/ https://datasharkx.wordpress.com/2021/03/12/automated-deployment-of-azure-sql-database-azure-sql-data-warehouse-through-azure-devops-via-service-principal-part-2/
CREATE USER [<ServicePrincipalName>] FROM EXTERNAL PROVIDER. Where do I get this name?