Muhammad Hannan
Muhammad Hannan
Facing the same issue. Tried deploying to UK and Europe regions, same error. @nturinski it's not related to Azure app service. Certainly multiple regions won't have outages or "weirdness" going...
After some checking around, the deployment still succeeds even after the VS code error `The request was aborted`. I checked in Azure App server logs and the status was successful....
You can do something like this: Create a method in your DbContext class ``` public Task InsertIntoTestTable(string sql) { return this.Database.ExecuteSqlRawAsync(sql); } ``` Then in your interface add ``` Task...
Is there any error? What is not working?