简体   繁体   English

我可以在Linux平台上构建.net-core应用程序,然后再部署到Azure Web应用程序吗

[英]Can I build my .net-core application on a linux platform, then deploy to an azure web app

I am building and deploying APIs to azure web apps, and want to setup a build pipeline for continuous delivery. 我正在构建和将API部署到天蓝色的Web应用程序,并希望设置构建管道以实现持续交付。 The options for setting this up are very limited if using msbuild is a requirement. 如果需要使用msbuild,则用于设置此功能的选项非常有限。 A lot of popular solutions are linux only, or docker based. 许多流行的解决方案仅基于linux或基于docker。 Is it possible to use a linux based build system to build an application (web Api), but then deploy it to an azure web app? 是否可以使用基于Linux的构建系统来构建应用程序(Web Api),然后将其部署到Azure Web应用程序?

您是否在docs.microsoft.com 看到在Linux使用App Service创建Web应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在单个基于 linux 的 azure 应用服务中部署多个 .net 核心应用程序 - how to deploy multiple .net core application in single linux based azure app service 使用FTP在Azure Web应用程序上部署ASP.NET Core应用程序 - Using FTP to deploy ASP.NET Core application on Azure web app Elastic Beanstalk 无法在 Linux 上部署我的 ASP Net Core 应用程序 - Elastic Beanstalk Can't Deploy my ASP Net Core application on Linux 将 .net core 3.1 Web 应用部署到 Azure Linux 应用服务 - Deploying .net core 3.1 web app to Azure Linux App Service Azure Web 应用程序中的库错误(Linux 上的 Net Core) - Errors with Library in Azure Web App (Net Core on Linux) 我无法在 Linux 中构建或发布 .NET 应用程序 - I can not build or publish .NET application in Linux 在 Visual Studio 中将 .net 核心应用程序部署到 linux? - Deploy .net core app to linux in visual studio? 我可以使用Linux / Mono部署aspnet Web应用程序吗? - Can I use Linux/Mono to deploy aspnet web application? 通过 Azure Devops 将 .Net Core 3.1 Web 应用程序部署到 Azure Linux Web 服务时出错 - Error Deploying .Net Core 3.1 Web App to Azure Linux Web Service through Azure Devops 在Linux上构建Web API .NET Core - Build web api .net core on linux
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM