From 0a8b118a545e1a60c69c0a318041a82b28117a59 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Wed, 8 Feb 2023 10:31:11 -0800 Subject: [PATCH] Link to Azure SQL tutorial (#28330) --- aspnetcore/host-and-deploy/azure-apps/index.md | 1 + aspnetcore/toc.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/aspnetcore/host-and-deploy/azure-apps/index.md b/aspnetcore/host-and-deploy/azure-apps/index.md index 5f8cf668ed..1b2736c878 100644 --- a/aspnetcore/host-and-deploy/azure-apps/index.md +++ b/aspnetcore/host-and-deploy/azure-apps/index.md @@ -335,6 +335,7 @@ If you need to transform *web.config* on publish (for example, set environment v * [App Service overview](/azure/app-service/app-service-web-overview) * [Azure App Service diagnostics overview](/azure/app-service/app-service-diagnostics) * +* [Tutorial: Connect to SQL Database from .NET App Service without secrets using a managed identity](/azure/app-service/tutorial-connect-msi-sql-database?tabs=efcore%2Cdotnetcore) Azure App Service on Windows Server uses [Internet Information Services (IIS)](https://www.iis.net/). The following topics pertain to the underlying IIS technology: diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index ce94c05a01..dea29c2158 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -1095,6 +1095,8 @@ items: uid: data/ef-mvc/advanced - name: EF 6 with ASP.NET Core uid: data/entity-framework-6 + - name: Azure SQL Database with Azure App Service + href: /azure/app-service/tutorial-connect-msi-sql-database?tabs=efcore%2Cdotnetcore - name: Azure Storage with Visual Studio items: - name: Connected Services