Running "dotnet ef migrations add InitialCreate; dotnet ef database update" Will likely fail. Below is some tips on actually connecting
In appsettings.json
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"