简体   繁体   English

如何在单个基于 linux 的 azure 应用服务中部署多个 .net 核心应用程序

[英]how to deploy multiple .net core application in single linux based azure app service

I want to deploy multiple .net core API application in single linux based azure app service.我想在单个基于 linux 的 ZCF04A02E37B774FC311A48F607 应用程序服务中部署多个 .net 核心 API 应用程序。 I can't find any documentation for that.我找不到任何文档。 Can any one give any suggestion or idea how to achieve that.任何人都可以提出任何建议或想法如何实现这一目标。

I have thing one option but don't know is it possible or not?我有一种选择,但不知道这是否可能? Can I mount azure blob storage space in configuration/ Path mapping in app service and run application from their?我可以在应用服务的配置/路径映射中安装 azure blob 存储空间并从它们运行应用程序吗? is it possible or any other proper way.是否有可能或任何其他适当的方式。 Please suggest.请建议。

Thank you谢谢

It doesn't seem possible.这似乎不可能。

You can refer to the answer in the post below.您可以参考下面帖子中的答案。

Hosting Two Website Under one Web App - Azure Services 在一个下托管两个网站 Web 应用程序 - Azure 服务

IIS can handler mappings and virtual applications and directories, you can't use virtual applications and directories in linux. IIS 可以处理映射和虚拟应用程序和目录,您不能在 linux 中使用虚拟应用程序和目录。

If you have more questions about azure web app, you can raise a support ticket on portal .如果您对 azure web 应用程序有更多疑问,您可以在门户网站上提出支持票 You can also put forward your ideas and suggestions in the feedback , and optimize the product together with Microsoft official.您也可以在反馈中提出您的想法和建议,与微软官方一起优化产品。

Hope this can help you.希望这可以帮到你。

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

相关问题 我可以在Linux平台上构建.net-core应用程序,然后再部署到Azure Web应用程序吗 - Can I build my .net-core application on a linux platform, then deploy to an azure web app 将 .net core 3.1 Web 应用部署到 Azure Linux 应用服务 - Deploying .net core 3.1 web app to Azure Linux App Service 如何构建 netcore 3.0 Webapi 并部署到 Azure Linux 应用服务 - How to build a netcore 3.0 Webapi and deploy to an Azure Linux app service 将ASP.NET Core 1.1发布到基于Linux的应用程序服务 - Publish ASP.NET Core 1.1 to a Linux based App Service 在 Visual Studio 中将 .net 核心应用程序部署到 linux? - Deploy .net core app to linux in visual studio? 通过 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 将 gRPC 服务部署到 Azure Linux 应用服务 - 端口未打开 - Deploy gRPC service to Azure Linux App Service - port not open 无法在 Azure 应用服务 Linux 中部署 NodeJS(Fastify 应用) - Unable to deploy NodeJS (Fastify app) in Azure App Service Linux Linux上的.Net Core控制台应用程序不会作为服务运行 - .Net Core console app on Linux will not run as service 使用FTP在Azure Web应用程序上部署ASP.NET Core应用程序 - Using FTP to deploy ASP.NET Core application on Azure web app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM