Skip to content

Commit 6027cb9

Browse files
committed
review correx
1 parent 8b18d52 commit 6027cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy a data-driven C# ASP.NET app to Azure App Servi
44
ms.assetid: 03c584f1-a93c-4e3d-ac1b-c82b50c75d3e
55
ms.devlang: csharp
66
ms.topic: tutorial
7-
ms.date: 06/16/2025
7+
ms.date: 06/26/2025
88
ms.custom: devx-track-csharp, mvc, devcenter, vs-azure, AppServiceConnectivity
99
author: cephalin
1010
ms.author: cephalin
@@ -199,7 +199,7 @@ The Entity Framework 6 provider replaces the built-in `System.Data.SqlClient` SQ
199199
}
200200
```
201201

202-
1. Add the following attribute to *MyDatabaseContext.cs*:
202+
1. Add the following attribute to the `MyDatabaseContext` class declaration:
203203

204204
```csharp
205205
[DbConfigurationType(typeof(AppServiceConfiguration))]

0 commit comments

Comments
 (0)