Skip to content

Commit c56c8e1

Browse files
committed
title
1 parent 60856ad commit c56c8e1

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
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Access Azure data with managed identity'
2+
title: 'Tutorial: Access Azure web app data with managed identity'
33
description: Learn how your app can use managed identity for secure access to Azure SQL Database and other Azure services without using passwords or secrets.
44
author: cephalin
55
ms.author: cephalin
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.date: 06/02/2025
1010
ms.custom: devx-track-csharp, mvc, cli-validate, devx-track-azurecli, devx-track-dotnet, AppServiceConnectivity
1111
---
12-
# Tutorial: Use a managed identity to connect to an Azure ASP.NET web app and Azure SQL back end
12+
# Tutorial: Use a managed identity to connect to an Azure web app and Azure SQL back end
1313

1414
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service in Azure. App Service also provides a [managed identity](overview-managed-identity.md) for your app, which is a turnkey solution for securing access to [Azure SQL](/azure/azure-sql/) and other Azure services. Managed identities in App Service make your app more secure by eliminating secrets, such as credentials in connection strings.
1515

0 commit comments

Comments
 (0)