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
When creating a SQL Server, you can capture the output connection string and use maybe Dynamic Providers to execute custom code linked to that resource (SQL Server).
However, it seems that Dynamic Providers are not yet aupported in C#.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With