You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/azure-apps/index.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: This article contains links to Azure host and deploy resources.
5
5
monikerRange: '>= aspnetcore-2.1'
6
6
ms.author: wpickett
7
7
ms.custom: mvc
8
-
ms.date: 11/6/2020
8
+
ms.date: 05/27/2025
9
9
uid: host-and-deploy/azure-apps/index
10
10
---
11
11
# Deploy ASP.NET Core apps to Azure App Service
@@ -26,8 +26,6 @@ Use Visual Studio to create and deploy an ASP.NET Core web app to Azure App Serv
26
26
[Create an ASP.NET Core app in App Service on Linux](/azure/app-service/containers/quickstart-dotnetcore)
27
27
Use the command line to create and deploy an ASP.NET Core web app to Azure App Service on Linux.
28
28
29
-
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.
30
-
31
29
Subscribe to the [App Service Announcements](https://github.com/Azure/app-service-announcements/) repository and monitor the issues. The App Service team regularly posts announcements and scenarios arriving in App Service.
32
30
33
31
The following articles are available in ASP.NET Core documentation:
@@ -153,8 +151,6 @@ To deploy an app that uses a preview release of .NET Core, see the following res
153
151
*[Use Docker with Web Apps for containers](#use-docker-with-web-apps-for-containers)
154
152
*[Install the preview site extension](#install-the-preview-site-extension)
155
153
156
-
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.
157
-
158
154
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.
159
155
160
156
### Specify the .NET Core SDK Version using Azure Pipelines
0 commit comments