Fixed toc xref
parent
868168eeba
commit
a204dec051
|
@ -196,7 +196,7 @@
|
||||||
#### [Publish to a Docker Image](https://azure.microsoft.com/documentation/articles/vs-azure-tools-docker-hosting-web-apps-in-docker/)
|
#### [Publish to a Docker Image](https://azure.microsoft.com/documentation/articles/vs-azure-tools-docker-hosting-web-apps-in-docker/)
|
||||||
## [Deployment](xref:tutorials/publish-to-azure-webapp-using-vs)
|
## [Deployment](xref:tutorials/publish-to-azure-webapp-using-vs)
|
||||||
### [Publish to Azure with Visual Studio](xref:tutorials/publish-to-azure-webapp-using-vs)
|
### [Publish to Azure with Visual Studio](xref:tutorials/publish-to-azure-webapp-using-vs)
|
||||||
### [Publish to Azure with CLI tools](tutorials/publish-to-azure-webapp-using-cli.md)
|
### [Publish to Azure with CLI tools](xref:tutorials/publish-to-azure-webapp-using-cli)
|
||||||
### [Continuous deployment to Azure with Visual Studio and Git](xref:publishing/azure-continuous-deployment)
|
### [Continuous deployment to Azure with Visual Studio and Git](xref:publishing/azure-continuous-deployment)
|
||||||
### [Continuous deployment to Azure with VSTS](https://www.visualstudio.com/docs/build/aspnet/core/quick-to-azure)
|
### [Continuous deployment to Azure with VSTS](https://www.visualstudio.com/docs/build/aspnet/core/quick-to-azure)
|
||||||
### [Publish profiles in Visual Studio](xref:publishing/web-publishing-vs)
|
### [Publish profiles in Visual Studio](xref:publishing/web-publishing-vs)
|
||||||
|
|
|
@ -12,6 +12,7 @@ ms.prod: asp.net-core
|
||||||
ms.technology: aspnet
|
ms.technology: aspnet
|
||||||
ms.custom: mvc
|
ms.custom: mvc
|
||||||
ms.devlang: dotnet
|
ms.devlang: dotnet
|
||||||
|
uid: tutorials/publish-to-azure-webapp-using-cli
|
||||||
---
|
---
|
||||||
|
|
||||||
# Deploy an ASP.NET Core application to Azure App Service from the command line
|
# Deploy an ASP.NET Core application to Azure App Service from the command line
|
||||||
|
|
Loading…
Reference in New Issue