Update validation.md (#8692)

* Update validation.md

Fixes #8687 
This link is much better as it doesn't involve SQL Server.

* Update validation.md
pull/8714/head
Rick Anderson 2018-09-25 15:53:56 -10:00 committed by GitHub
parent 59e92baee9
commit c9bd31f145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.