Skip to content

Commit ae80134

Browse files
committed
review correx
1 parent 697e701 commit ae80134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-connect-msi-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: cephalin
66

77
ms.devlang: csharp
88
ms.topic: tutorial
9-
ms.date: 06/17/2025
9+
ms.date: 06/26/2025
1010
ms.custom: devx-track-csharp, mvc, cli-validate, devx-track-azurecli, devx-track-dotnet, AppServiceConnectivity
1111
---
1212
# Tutorial: Use managed identity to connect an Azure web app to an Azure SQL database without secrets
@@ -258,7 +258,7 @@ An ASP.NET app uses [Entity Framework](/ef/ef6/) by default.
258258
}
259259
```
260260

261-
1. Add the following attribute to the file.
261+
1. Add the following attribute to the `MyDatabaseContext` or other database context class declaration:
262262

263263
```csharp
264264
[DbConfigurationType(typeof(AppServiceConfiguration))]

0 commit comments

Comments
 (0)