简体   繁体   English

使用 Visual Studio Online 将 Web 应用程序发布到 azure Web 应用程序

[英]Publish web application into azure web app using visual studio online

I have created following Virtual Applications and Directories in the azure portal Click here to view the image我在 azure 门户中创建了以下虚拟应用程序和目录单击此处查看图像

And using visual studio online I can build and deploy the site into root folder but I couldn't figure it out how to deploy into a virtual directory I have created earlier.使用 Visual Studio Online 我可以构建站点并将其部署到根文件夹中,但我无法弄清楚如何部署到我之前创建的虚拟目录中。

Click here to view the image单击此处查看图像

Any one have experience on this ?任何人都有这方面的经验? Appreciate your thoughts.欣赏你的想法。

The Azure Web App Deployment task can't deploy a virtual application as it uses Publish-AzureWebSiteProject which can't handle virtual applications. Azure Web 应用程序部署任务无法部署虚拟应用程序,因为它使用无法处理虚拟应用程序的 Publish-AzureWebSiteProject。

You can check the poweshell script which uses WebDeploy to deploy a virtual application at website: https://github.com/Microsoft/vso-agent-tasks/issues/624您可以在网站上查看使用 WebDeploy 部署虚拟应用程序的 poweshell 脚本: https : //github.com/Microsoft/vso-agent-tasks/issues/624

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

相关问题 能否使用 Visual Studio Web Publish 将单个 aspx.cs 文件部署到 Azure Web App(Azure 运行时问题) - Can you deploy single aspx.cs file using Visual Studio Web Publish to Azure Web App (Azure runtime issue) 在不使用 Visual Studio 的情况下手动将我的 aps.net Web 应用程序部署到 Azure Web 应用程序 - Manully Deploy my aps.net web application to Azure Web app, without using Visual Studio 将Visual Studio 2010 Web应用程序发布到本地主机 - Publish Visual Studio 2010 web application to localhost Visual Studio无法发布Web App - Visual Studio Cannot Publish Web App 如何针对Visual Studio Online对在Azure中运行PaaS的Web应用程序进行身份验证 - How can I authenticate a web application running PaaS in Azure against Visual Studio Online MSB4018错误Visual Studio 2015 ASP.Net和错误将Web应用程序发布到Azure - MSB4018 Error Visual Studio 2015 ASP.Net and Error Publish Web App to Azure 如何在Visual Studio中使用Web发布来发布通用文件? - How to publish generic file using web publish in Visual Studio? ASP.NET web 应用程序无法在 Visual Studio 2019 中发布 - ASP.NET web application fail to publish in Visual Studio 2019 从Visual Studio发布Web应用程序时架构未更新 - Schema not updating when publish web app from Visual Studio 如何将已发布的Web应用程序从Azure导入到Visual Studio for Web - How to import a published Web app from azure to visual studio for web
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM