I am working on Azure Resource Group. I managed to deploy sql database to azure. However, I cannot figure out the way to run sql script during the deployment process for that database. Anyone knows how to do it?
You should be able to run it directly against the Azure SQL Database through it's connection string (you can get that on Azure Portal)
Also gotta make sure you have the firewall permissions for properly accessing the Azure SQL Database