From 16086ef8d75a921943f31d4590bc32b7052076d8 Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Wed, 20 Jun 2018 13:57:53 -0500 Subject: [PATCH] Metadata updates to ASP.NET Core host and deploy docs (#7190) Addresses #6541 --- aspnetcore/docfx.json | 1 + aspnetcore/host-and-deploy/aspnet-core-module.md | 4 ---- .../host-and-deploy/azure-apps/azure-continuous-deployment.md | 4 ---- aspnetcore/host-and-deploy/azure-apps/index.md | 4 ---- aspnetcore/host-and-deploy/azure-apps/troubleshoot.md | 4 ---- aspnetcore/host-and-deploy/azure-iis-errors-reference.md | 4 ---- aspnetcore/host-and-deploy/directory-structure.md | 4 ---- aspnetcore/host-and-deploy/docker/index.md | 4 ---- .../host-and-deploy/docker/visual-studio-tools-for-docker.md | 4 ---- .../host-and-deploy/iis/development-time-iis-support.md | 4 ---- aspnetcore/host-and-deploy/iis/index.md | 4 ---- aspnetcore/host-and-deploy/iis/modules.md | 4 ---- aspnetcore/host-and-deploy/iis/troubleshoot.md | 4 ---- aspnetcore/host-and-deploy/index.md | 4 ---- aspnetcore/host-and-deploy/linux-apache.md | 4 ---- aspnetcore/host-and-deploy/linux-nginx.md | 4 ---- aspnetcore/host-and-deploy/proxy-load-balancer.md | 4 ---- aspnetcore/host-and-deploy/visual-studio-publish-profiles.md | 4 ---- aspnetcore/host-and-deploy/windows-service.md | 4 ---- 19 files changed, 1 insertion(+), 72 deletions(-) diff --git a/aspnetcore/docfx.json b/aspnetcore/docfx.json index 8964b8c159..f8367c501d 100644 --- a/aspnetcore/docfx.json +++ b/aspnetcore/docfx.json @@ -54,6 +54,7 @@ "data/**/**.md": "aspnetcore-data", "fundamentals/**/**.md": "aspnetcore-fundamentals", "getting-started/**/**.md": "aspnetcore-getstarted", + "host-and-deploy/**/**.md": "aspnetcore-hostdeploy", "migration/**/**.md": "aspnetcore-migration", "mobile/**/**.md": "aspnetcore-mobile", "mvc/**/**.md": "aspnetcore-mvc", diff --git a/aspnetcore/host-and-deploy/aspnet-core-module.md b/aspnetcore/host-and-deploy/aspnet-core-module.md index e3c55e032c..c70020c57b 100644 --- a/aspnetcore/host-and-deploy/aspnet-core-module.md +++ b/aspnetcore/host-and-deploy/aspnet-core-module.md @@ -2,13 +2,9 @@ title: ASP.NET Core Module configuration reference author: guardrex description: Learn how to configure the ASP.NET Core Module for hosting ASP.NET Core apps. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 02/15/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/aspnet-core-module --- # ASP.NET Core Module configuration reference diff --git a/aspnetcore/host-and-deploy/azure-apps/azure-continuous-deployment.md b/aspnetcore/host-and-deploy/azure-apps/azure-continuous-deployment.md index 0f67a953f9..5b7c04776b 100644 --- a/aspnetcore/host-and-deploy/azure-apps/azure-continuous-deployment.md +++ b/aspnetcore/host-and-deploy/azure-apps/azure-continuous-deployment.md @@ -2,13 +2,9 @@ title: Continuous deployment to Azure with Visual Studio and Git with ASP.NET Core author: rick-anderson description: Learn how to create an ASP.NET Core web app using Visual Studio and deploy it to Azure App Service using Git for continuous deployment. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 10/14/2016 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/azure-apps/azure-continuous-deployment --- # Continuous deployment to Azure with Visual Studio and Git with ASP.NET Core diff --git a/aspnetcore/host-and-deploy/azure-apps/index.md b/aspnetcore/host-and-deploy/azure-apps/index.md index ff41b19db9..93c837adbc 100644 --- a/aspnetcore/host-and-deploy/azure-apps/index.md +++ b/aspnetcore/host-and-deploy/azure-apps/index.md @@ -2,13 +2,9 @@ title: Host ASP.NET Core on Azure App Service author: guardrex description: Discover how to host ASP.NET Core apps in Azure App Service with links to helpful resources. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 01/29/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/azure-apps/index --- # Host ASP.NET Core on Azure App Service diff --git a/aspnetcore/host-and-deploy/azure-apps/troubleshoot.md b/aspnetcore/host-and-deploy/azure-apps/troubleshoot.md index 65aec2b27e..5d2091ecdb 100644 --- a/aspnetcore/host-and-deploy/azure-apps/troubleshoot.md +++ b/aspnetcore/host-and-deploy/azure-apps/troubleshoot.md @@ -2,13 +2,9 @@ title: Troubleshoot ASP.NET Core on Azure App Service author: guardrex description: Learn how to diagnose problems with ASP.NET Core Azure App Service deployments. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 01/31/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/azure-apps/troubleshoot --- # Troubleshoot ASP.NET Core on Azure App Service diff --git a/aspnetcore/host-and-deploy/azure-iis-errors-reference.md b/aspnetcore/host-and-deploy/azure-iis-errors-reference.md index 2fe0f238a4..b4253c8137 100644 --- a/aspnetcore/host-and-deploy/azure-iis-errors-reference.md +++ b/aspnetcore/host-and-deploy/azure-iis-errors-reference.md @@ -2,13 +2,9 @@ title: Common errors reference for Azure App Service and IIS with ASP.NET Core author: guardrex description: Distinguish common errors when hosting ASP.NET Core apps on Azure Apps Service and IIS. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 03/13/2017 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/azure-iis-errors-reference --- # Common errors reference for Azure App Service and IIS with ASP.NET Core diff --git a/aspnetcore/host-and-deploy/directory-structure.md b/aspnetcore/host-and-deploy/directory-structure.md index 9d2ff75813..797b5d9a28 100644 --- a/aspnetcore/host-and-deploy/directory-structure.md +++ b/aspnetcore/host-and-deploy/directory-structure.md @@ -2,13 +2,9 @@ title: ASP.NET Core directory structure author: guardrex description: Learn about the directory structure of published ASP.NET Core apps. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 04/09/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/directory-structure --- # ASP.NET Core directory structure diff --git a/aspnetcore/host-and-deploy/docker/index.md b/aspnetcore/host-and-deploy/docker/index.md index a6fd975348..f3bdab315a 100644 --- a/aspnetcore/host-and-deploy/docker/index.md +++ b/aspnetcore/host-and-deploy/docker/index.md @@ -2,13 +2,9 @@ title: Host ASP.NET Core in Docker containers author: rick-anderson description: Discover links to resources for learning how to host ASP.NET Core apps in Docker containers. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 01/08/2018 -ms.prod: aspnet-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/docker/index --- # Host ASP.NET Core in Docker containers diff --git a/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md b/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md index 0c391797d9..06e4382ce4 100644 --- a/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md +++ b/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md @@ -2,13 +2,9 @@ title: Visual Studio Tools for Docker with ASP.NET Core author: spboyer description: Learn how to use Visual Studio 2017 tooling and Docker for Windows to containerize an ASP.NET Core app. -manager: wpickett ms.author: scaddie ms.custom: mvc ms.date: 12/12/2017 -ms.prod: aspnet-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/docker/visual-studio-tools-for-docker --- # Visual Studio Tools for Docker with ASP.NET Core diff --git a/aspnetcore/host-and-deploy/iis/development-time-iis-support.md b/aspnetcore/host-and-deploy/iis/development-time-iis-support.md index 182dcfb275..0db4392f15 100644 --- a/aspnetcore/host-and-deploy/iis/development-time-iis-support.md +++ b/aspnetcore/host-and-deploy/iis/development-time-iis-support.md @@ -2,13 +2,9 @@ title: Development-time IIS support in Visual Studio for ASP.NET Core author: shirhatti description: Discover support for debugging ASP.NET Core apps when running behind IIS on Windows Server. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 05/14/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/iis/development-time-iis-support --- # Development-time IIS support in Visual Studio for ASP.NET Core diff --git a/aspnetcore/host-and-deploy/iis/index.md b/aspnetcore/host-and-deploy/iis/index.md index de293bdea9..d746590766 100644 --- a/aspnetcore/host-and-deploy/iis/index.md +++ b/aspnetcore/host-and-deploy/iis/index.md @@ -2,13 +2,9 @@ title: Host ASP.NET Core on Windows with IIS author: guardrex description: Learn how to host ASP.NET Core apps on Windows Server Internet Information Services (IIS). -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 03/13/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/iis/index --- # Host ASP.NET Core on Windows with IIS diff --git a/aspnetcore/host-and-deploy/iis/modules.md b/aspnetcore/host-and-deploy/iis/modules.md index b756208c7c..81ebfba644 100644 --- a/aspnetcore/host-and-deploy/iis/modules.md +++ b/aspnetcore/host-and-deploy/iis/modules.md @@ -2,13 +2,9 @@ title: IIS modules with ASP.NET Core author: guardrex description: Discover active and inactive IIS modules for ASP.NET Core apps and how to manage IIS modules. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 04/04/2018 -ms.prod: aspnet-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/iis/modules --- # IIS modules with ASP.NET Core diff --git a/aspnetcore/host-and-deploy/iis/troubleshoot.md b/aspnetcore/host-and-deploy/iis/troubleshoot.md index a997984963..1726516cf9 100644 --- a/aspnetcore/host-and-deploy/iis/troubleshoot.md +++ b/aspnetcore/host-and-deploy/iis/troubleshoot.md @@ -2,13 +2,9 @@ title: Troubleshoot ASP.NET Core on IIS author: guardrex description: Learn how to diagnose problems with Internet Information Services (IIS) deployments of ASP.NET Core apps. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 02/07/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/iis/troubleshoot --- # Troubleshoot ASP.NET Core on IIS diff --git a/aspnetcore/host-and-deploy/index.md b/aspnetcore/host-and-deploy/index.md index 49685c237d..edfb220610 100644 --- a/aspnetcore/host-and-deploy/index.md +++ b/aspnetcore/host-and-deploy/index.md @@ -2,13 +2,9 @@ title: Host and deploy ASP.NET Core author: rick-anderson description: Learn how to set up hosting environments and deploy ASP.NET Core apps. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 08/07/2017 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/index --- # Host and deploy ASP.NET Core diff --git a/aspnetcore/host-and-deploy/linux-apache.md b/aspnetcore/host-and-deploy/linux-apache.md index 959553e023..40e8355944 100644 --- a/aspnetcore/host-and-deploy/linux-apache.md +++ b/aspnetcore/host-and-deploy/linux-apache.md @@ -2,13 +2,9 @@ title: Host ASP.NET Core on Linux with Apache description: Learn how to set up Apache as a reverse proxy server on CentOS to redirect HTTP traffic to an ASP.NET Core web app running on Kestrel. author: spboyer -manager: wpickett ms.author: spboyer ms.custom: mvc ms.date: 03/13/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/linux-apache --- # Host ASP.NET Core on Linux with Apache diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index 25e7c6c3d2..5ffce32e54 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -2,13 +2,9 @@ title: Host ASP.NET Core on Linux with Nginx author: rick-anderson description: Learn how to setup Nginx as a reverse proxy on Ubuntu 16.04 to forward HTTP traffic to an ASP.NET Core web app running on Kestrel. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 05/22/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/linux-nginx --- # Host ASP.NET Core on Linux with Nginx diff --git a/aspnetcore/host-and-deploy/proxy-load-balancer.md b/aspnetcore/host-and-deploy/proxy-load-balancer.md index 71ee38a0e1..4486405b8e 100644 --- a/aspnetcore/host-and-deploy/proxy-load-balancer.md +++ b/aspnetcore/host-and-deploy/proxy-load-balancer.md @@ -2,13 +2,9 @@ title: Configure ASP.NET Core to work with proxy servers and load balancers author: guardrex description: Learn about configuration for apps hosted behind proxy servers and load balancers, which often obscure important request information. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 03/26/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/proxy-load-balancer --- # Configure ASP.NET Core to work with proxy servers and load balancers diff --git a/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md b/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md index fdfdcf0843..e4c5cd1180 100644 --- a/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md +++ b/aspnetcore/host-and-deploy/visual-studio-publish-profiles.md @@ -2,13 +2,9 @@ title: Visual Studio publish profiles for ASP.NET Core app deployment author: rick-anderson description: Learn how to create publish profiles in Visual Studio and use them for managing ASP.NET Core app deployments to various targets. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 04/10/2018 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/visual-studio-publish-profiles --- # Visual Studio publish profiles for ASP.NET Core app deployment diff --git a/aspnetcore/host-and-deploy/windows-service.md b/aspnetcore/host-and-deploy/windows-service.md index 8cf6fac001..57390c8bfa 100644 --- a/aspnetcore/host-and-deploy/windows-service.md +++ b/aspnetcore/host-and-deploy/windows-service.md @@ -2,13 +2,9 @@ title: Host ASP.NET Core in a Windows Service author: guardrex description: Learn how to host an ASP.NET Core app in a Windows Service. -manager: wpickett ms.author: tdykstra ms.custom: mvc ms.date: 06/04/2018 -ms.prod: aspnet-core -ms.technology: aspnet -ms.topic: article uid: host-and-deploy/windows-service --- # Host ASP.NET Core in a Windows Service