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
Copy file name to clipboardExpand all lines: articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ ms.custom:
23
23
24
24
When you finish the tutorial, you have an ASP.NET app connected to an Azure SQL database running in Azure. The following example shows the app interface.
25
25
26
-

26
+

27
27
28
28
In this tutorial, you:
29
29
@@ -58,7 +58,7 @@ The sample project contains a basic [ASP.NET MVC](https://www.asp.net/mvc) creat
58
58
59
59
1. In the app, select **Create New** and create a couple of *to-do* items.
60
60
61
-

61
+

62
62
63
63
1. Test the **Edit**, **Details**, and **Delete** links.
64
64
@@ -86,7 +86,7 @@ To publish the app to Azure, you create and configure a Publish profile that has
86
86
87
87
1. On the **App Service (Windows)** screen, configure the App Service **Name**, **Resource group**, and **Hosting Plan**.
88
88
89
-

89
+

90
90
91
91
1. Under **Name**, you can keep the generated web app name, or change it to another name with characters `a-z`, `0-9`, and `-`. The web app name must be unique across all Azure apps.
92
92
@@ -145,7 +145,7 @@ Before you can create a database, you need a [logical SQL server](/azure/azure-s
145
145
146
146
1. On the **Connect to Azure SQL Database** screen, select **Finish**.
147
147
148
-

148
+

149
149
150
150
> [!NOTE]
151
151
> If you see **Local user secrets files** instead, make sure you used the **Publish** page, not the **Connected Services** page, to configure SQL Database.
@@ -218,7 +218,7 @@ The Entity Framework 6 provider replaces the built-in `System.Data.SqlClient` SQ
218
218
219
219
1. To test the app, add a few to-do items.
220
220
221
-

221
+

222
222
223
223
Congratulations! Your data-driven ASP.NET application is running live in Azure App Service.
0 commit comments