I have single azure web app and two asp.net applications (mvc for web and another web api)
I want to run both apps on single azure web app but I do not see any option to configure this, can anybody please tell me if that is possible and if yes then how?
I have single azure web app and two asp.net applications (mvc for web and another web api)
I want to run both apps on single azure web app but I do not see any option to configure this, can anybody please tell me if that is possible and if yes then how?
According to your description, I suggest you could consider using "Virtual applications and directories" in azure web app.
By using Virtual applications and directories, it allowed you to configure multiple virtual directories and applications within a single website.
More details about how to set it and publish the multiple application to single Azure web app, you could refer to below link:
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
is it possible to upload code via FTP client too to those VDs ?
You can get FTP connection information and deployment credentials on Azure portal, and then you can use it to connect to your app and deploy files to Azure from your FTP client.
For detailed information about how to use FTP or FTPS to deploy web app to Azure app service, please refer to
this article.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
9 Points
62 Posts
How to configure single azure web app to support two asp.net mvc web applications
Nov 01, 2017 07:04 PM|vinod_praviram|LINK
Hi,
I have single azure web app and two asp.net applications (mvc for web and another web api)
I want to run both apps on single azure web app but I do not see any option to configure this, can anybody please tell me if that is possible and if yes then how?
Thanks
Vinod K.
Star
9831 Points
3120 Posts
Re: How to configure single azure web app to support two asp.net mvc web applications
Nov 02, 2017 02:40 AM|Brando ZWZ|LINK
Hi vinod_praviram,
According to your description, I suggest you could consider using "Virtual applications and directories" in azure web app.
By using Virtual applications and directories, it allowed you to configure multiple virtual directories and applications within a single website.
More details about how to set it and publish the multiple application to single Azure web app, you could refer to below link:
https://dotnetthoughts.net/deploying-multiple-application-in-webapp/
https://blogs.msdn.microsoft.com/tomholl/2014/09/21/deploying-multiple-virtual-directories-to-a-single-azure-website/
Member
9 Points
62 Posts
Re: How to configure single azure web app to support two asp.net mvc web applications
Nov 06, 2017 05:24 PM|vinod_praviram|LINK
Hi Brando,
Everywhere I have seen to publish code to those VDs, is it possible to upload code via FTP client too to those VDs ?
All-Star
40565 Points
6233 Posts
Microsoft
Re: How to configure single azure web app to support two asp.net mvc web applications
Nov 08, 2017 06:04 AM|Fei Han - MSFT|LINK
Hi Vinod,
You can get FTP connection information and deployment credentials on Azure portal, and then you can use it to connect to your app and deploy files to Azure from your FTP client.
For detailed information about how to use FTP or FTPS to deploy web app to Azure app service, please refer to this article.
With Regards,
Fei Han