Skip to content

Commit 6f5b504

Browse files
committed
touchup
1 parent 5396afe commit 6f5b504

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: cephalin
88
ms.devlang: csharp
99
ms.custom: devx-track-azurecli, devx-track-dotnet, AppServiceConnectivity
1010
ms.topic: tutorial
11-
ms.date: 07/09/2025
11+
ms.date: 07/10/2025
1212
---
1313
# Tutorial: Connect an App Service app to SQL Database on behalf of the signed-in user
1414

@@ -36,16 +36,15 @@ When you complete the tutorial, your app securely connects to SQL Database on be
3636

3737
> [!NOTE]
3838
> - Microsoft Entra ID isn't supported for on-premises SQL Server.
39-
>
4039
> - Microsoft Entra authentication is different from [Integrated Windows authentication](/previous-versions/windows/it-pro/windows-server-2003/cc758557(v=ws.10)) in on-premises Active Directory (AD) Domain Services (DS). AD DS and Microsoft Entra ID use completely different authentication protocols. For more information, see [Microsoft Entra Domain Services documentation](/azure/active-directory-domain-services/index).
4140
4241
## Prerequisites
4342

4443
- Have access to a Microsoft Entra tenant populated with users and groups.
4544

46-
- Complete the tutorial at [Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service](tutorial-dotnetcore-sqldb-app.md).
45+
- Complete the tutorial at [Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service](tutorial-dotnetcore-sqldb-app.md), and use the completed app for this tutorial.
4746

48-
Alternatively, you can adapt the steps for your own .NET app with SQL Database. The steps in this tutorial support the following .NET versions:
47+
Alternatively, adapt the steps for your own .NET app with SQL Database. The steps in this tutorial support the following .NET versions:
4948

5049
- .NET Framework 4.8 and above
5150
- .NET 6.0 and above

0 commit comments

Comments
 (0)