Skip to content

Commit 0a8b118

Browse files
authored
Link to Azure SQL tutorial (dotnet#28330)
1 parent 777d079 commit 0a8b118

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

aspnetcore/host-and-deploy/azure-apps/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ If you need to transform *web.config* on publish (for example, set environment v
335335
* [App Service overview](/azure/app-service/app-service-web-overview)
336336
* [Azure App Service diagnostics overview](/azure/app-service/app-service-diagnostics)
337337
* <xref:host-and-deploy/web-farm>
338+
* [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)
338339

339340
Azure App Service on Windows Server uses [Internet Information Services (IIS)](https://www.iis.net/). The following topics pertain to the underlying IIS technology:
340341

aspnetcore/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,8 @@ items:
10951095
uid: data/ef-mvc/advanced
10961096
- name: EF 6 with ASP.NET Core
10971097
uid: data/entity-framework-6
1098+
- name: Azure SQL Database with Azure App Service
1099+
href: /azure/app-service/tutorial-connect-msi-sql-database?tabs=efcore%2Cdotnetcore
10981100
- name: Azure Storage with Visual Studio
10991101
items:
11001102
- name: Connected Services

0 commit comments

Comments
 (0)