You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +73,7 @@ In this step, you set up the local ASP.NET Core project.
74
73
75
74
### Run the application
76
75
77
-
1. Run the following commands to install the required packages, run database migrations, and start the application.
76
+
1. Run the following commands to install the [EF Core tools](/ef/core/cli/), run [database migrations](/ef/core/managing-schemas/migrations), and start the application.
78
77
79
78
```bash
80
79
dotnet tool install -g dotnet-ef
@@ -499,11 +498,10 @@ What you learned:
499
498
500
499
> [!div class="checklist"]
501
500
> * Create a SQL Database in Azure
502
-
> * Connect a ASP.NET Core app to SQL Database
501
+
> * Connect an ASP.NET Core app to SQL Database and run [database migrations](/ef/core/managing-schemas/migrations)
503
502
> * Deploy the app to Azure
504
503
> * Update the data model and redeploy the app
505
-
> * Stream logs from Azure to your terminal
506
-
> * Manage the app in the Azure portal
504
+
> * Stream diagnostic logs from Azure
507
505
508
506
Advance to the next tutorial to learn how to map a custom DNS name to your app.
0 commit comments