How can I run a SQL script after creating a database with pulumi? Also how to run EF migrations with pulumi?
I have created an Azure SQL Server using https://www.pulumi.com/docs/reference/pkg/azure/sql/sqlserver/
public SqlServer(string name, SqlServerArgs args, CustomResourceOptions? opts = null)
Thanks in advance