From 21564643ab15db92ac4dfc1adc5b7a69290dd458 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 27 Oct 2020 15:27:53 -1000 Subject: [PATCH] Self-contained deployments to Azure (#20324) --- aspnetcore/host-and-deploy/azure-apps/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/host-and-deploy/azure-apps/index.md b/aspnetcore/host-and-deploy/azure-apps/index.md index 47343101a1..8de71c037c 100644 --- a/aspnetcore/host-and-deploy/azure-apps/index.md +++ b/aspnetcore/host-and-deploy/azure-apps/index.md @@ -155,6 +155,8 @@ To deploy an app that uses a preview release of .NET Core, see the following res See the [ASP.NET Core on App Service Dashboard](https://aspnetcoreon.azurewebsites.net/) for the version of ASP.NET Core available on Azure App service. +See [Select the .NET Core version to use](/dotnet/core/versions/selection) for information on selecting the version of the .NET SDK for self-contained deployments. + ### Specify the .NET Core SDK Version using Azure Pipelines Use [Azure App Service CI/CD scenarios](/azure/app-service/deploy-continuous-deployment) to set up a continuous integration build with Azure DevOps. After the Azure DevOps build is created, optionally configure the build to use a specific SDK version.