Hi, @Andrew Choi Thanks for the ask and for using the Microsoft Q&A platform.
There are many ways to do this, but the most streamlined ones will be in the context of whatever devops process you are following.
If you are using DACPACs to deploy your schema, you can run a post-deployment script.
On GitHub Actions, you can use the sql-action to run a SQL script post-deployment. Similar options exist for Azure DevOps as well.
you can find a few Blog Posts below.
•https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql/
•https://devblogs.microsoft.com/azure-sql/continuous-delivery-for-azure-sql-db-using-azure-devops-multi-stage-pipelines/
•https://devblogs.microsoft.com/azure-sql/modern-development-creating-a-rest-api-via-ci-cd-and-back/
Videos
•https://www.youtube.com/watch?v=j7OnxOz7YDY Azure SQL DevOps - Data Exposed – part 1
•https://www.youtube.com/watch?v=G7H6HbzwAfs Azure SQL DevOps - Data Exposed – part 2
•https://www.youtube.com/watch?v=I6T9OA9YBGg SQL Projects in Azure Data Studio
Code Samples
•https://aka.ms/implement-azure-sql-devops
I hope this information helps
Regards
Geetha