1
votes

How to deploy and web application with virtual directory.

How to add a virtual directory with in an existing app service. Not sure how to do it from Azure dashboard interface for an app service

I have a URL published in Azure app service, say,

https://test.mywebsite.azurewebsites.net/

I want my app to be published with in say,

https://test.mywebsite.azurewebsites.net/App1

Where App1 is my virtual directory.

Please let me know how to do it.

1

1 Answers

4
votes

Click Configuration->choose Path mappings->you will find the virtual applications and directories settings.

enter image description here

enter image description here

When you deploy the app to the virtual directory, remember to include the virtual directory path.