2018-01-10 09:41:28 +08:00
|
|
|
---
|
|
|
|
title: Host ASP.NET Core on Azure App Service
|
|
|
|
author: guardrex
|
|
|
|
description: Discover links to resources for learning how to host ASP.NET Core apps in Azure App Service.
|
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2018-01-10 09:41:28 +08:00
|
|
|
ms.custom: mvc
|
|
|
|
ms.date: 01/08/2018
|
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
2018-01-10 09:41:28 +08:00
|
|
|
uid: host-and-deploy/azure-apps/index
|
|
|
|
---
|
|
|
|
# Host ASP.NET Core on Azure App Service
|
|
|
|
|
|
|
|
The following articles are available for learning about hosting ASP.NET Core apps in Azure App Service:
|
|
|
|
|
|
|
|
[Publish to Azure with Visual Studio](xref:tutorials/publish-to-azure-webapp-using-vs)
|
|
|
|
Learn how to publish an ASP.NET Core app to Azure App Service using Visual Studio.
|
|
|
|
|
|
|
|
[Publish to Azure with CLI tools](xref:tutorials/publish-to-azure-webapp-using-cli)
|
|
|
|
Learn how to publish an ASP.NET Core app to Azure App Service using the Git command line client.
|
|
|
|
|
|
|
|
[Continuous deployment to Azure with Visual Studio and Git](xref:host-and-deploy/azure-apps/azure-continuous-deployment)
|
|
|
|
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.
|
|
|
|
|
|
|
|
[Continuous deployment to Azure with VSTS](https://www.visualstudio.com/docs/build/aspnet/core/quick-to-azure)
|
|
|
|
Set up a CI build for an ASP.NET Core app, then create a continuous deployment release to Azure App Service.
|
|
|
|
|
|
|
|
[Troubleshoot ASP.NET Core on Azure App Service](xref:host-and-deploy/azure-apps/troubleshoot) (*Topic under development*)
|
|
|
|
Learn how to diagnose problems with ASP.NET Core Azure App Service deployments.
|