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?
0
votes
Kim - what deployment process are you using to deploy your resource group?
- Dan Rediske
When you say deploy SQL database to azure, I'm assuming you mean through the portal, where you apply a dacpac. If you want to run a sql script, you're going to want to check out my post earlier today about how to deploy using SSDT. stackoverflow.com/questions/39209534/…
- Shannon Lowder