Link to Azure SQL tutorial (#28330)
parent
777d079a3b
commit
0a8b118a54
|
@ -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)
|
||||
* <xref:host-and-deploy/web-farm>
|
||||
* [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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue