From c9bd31f14583b392932362c66cbb993238208b7c Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 25 Sep 2018 15:53:56 -1000 Subject: [PATCH] Update validation.md (#8692) * Update validation.md Fixes #8687 This link is much better as it doesn't involve SQL Server. * Update validation.md --- aspnetcore/tutorials/razor-pages/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/validation.md b/aspnetcore/tutorials/razor-pages/validation.md index a91cc414a7..57a3b3cdd3 100644 --- a/aspnetcore/tutorials/razor-pages/validation.md +++ b/aspnetcore/tutorials/razor-pages/validation.md @@ -154,7 +154,7 @@ The following code shows combining attributes on one line: ### Publish to Azure -See [Publish an ASP.NET Core web app to Azure App Service using Visual Studio](xref:tutorials/publish-to-azure-webapp-using-vs) for instructions on how to publish this app to Azure. +For information on deploying to Azure, See [Tutorial: Build an ASP.NET app in Azure with SQL Database](/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase). The instruction are for an ASP.NET app, not an ASP.NET Core app, but the steps are the same. Thanks for completing this introduction to Razor Pages. We appreciate feedback. [Get started with Razor Pages and EF Core](xref:data/ef-rp/intro) is an excellent follow up to this tutorial.