pulumi / pulumi-azure

A Microsoft Azure Pulumi resource package, providing multi-language access to Azure
Apache License 2.0
131 stars 50 forks source link

Run EF Core migration with pulumi #602

Open atifgk opened 4 years ago

atifgk commented 4 years ago

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/

Thanks in advance

InspiringCode commented 11 months ago

I am also having the same problem here.