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.