Skip to content

Commit 0c41598

Browse files
committed
GH issues
1 parent 183768d commit 0c41598

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ In this tutorial, you learn how to:
2929

3030
> [!div class="checklist"]
3131
> * Create a SQL Database in Azure
32-
> * Connect an ASP.NET Core app to SQL Database
32+
> * Connect an ASP.NET Core app to SQL Database and run [database migrations](/ef/core/managing-schemas/migrations)
3333
> * Deploy the app to Azure
3434
> * Update the data model and redeploy the app
3535
> * Stream diagnostic logs from Azure
36-
> * Manage the app in the Azure portal
3736
3837
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3938

@@ -74,7 +73,7 @@ In this step, you set up the local ASP.NET Core project.
7473
7574
### Run the application
7675
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.
7877
7978
```bash
8079
dotnet tool install -g dotnet-ef
@@ -499,11 +498,10 @@ What you learned:
499498
500499
> [!div class="checklist"]
501500
> * 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)
503502
> * Deploy the app to Azure
504503
> * 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
507505
508506
Advance to the next tutorial to learn how to map a custom DNS name to your app.
509507

0 commit comments

Comments
 (0)