Fix link to Azure App Service tutorial (#19751)

pull/19753/head
Kirk Larkin 2020-09-01 22:46:59 +01:00 committed by GitHub
parent 693eea76ef
commit cd166868b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public async Task<IActionResult> Delete(int id, bool notUsed)
### Publish to Azure
For information on deploying to Azure, see [Tutorial: Build a .NET Core and SQL Database web app in Azure App Service](/azure/app-service/app-service-web-tutorial-dotnetcore-sqldb).
For information on deploying to Azure, see [Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service](/azure/app-service/tutorial-dotnetcore-sqldb-app).
> [!div class="step-by-step"]
> [Previous](validation.md)