Fixed toc xref

pull/4735/head
Cam Soper 2017-11-07 16:15:38 -06:00
parent 868168eeba
commit a204dec051
2 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,7 @@
#### [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)
### [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 VSTS](https://www.visualstudio.com/docs/build/aspnet/core/quick-to-azure)
### [Publish profiles in Visual Studio](xref:publishing/web-publishing-vs)

View File

@ -12,6 +12,7 @@ ms.prod: asp.net-core
ms.technology: aspnet
ms.custom: mvc
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