How to apply database code first migrations in an azure deployed application?
问题 I just deployed an application into an azure App Service. My project does has migrations to be applied. But I was not able to apply them by using azure app command line dotnet ef database update D:\home\site\wwwroot> No executable found matching command "dotnet-ef" How can I apply them remotely? 回答1: For dotnet-ef , I assumed that you are talking about Entity Framework Core. I have tried to run dotnet ef database update under D:\home\site\wwwroot of KUDU and Package Manager Console of VS, I