Is there a way to add a virtual directory to an Azure Website using Powershell?
Background: we have one solution with the ASP.Net MVC application and Web.API projects. We publish the application to the root of the azure site, and Web.API to the virtual directory below it.
This works well while you add the virtual directory manually to the Azure portal. (For some reason, project settings do not apply to website settings).
Since we are trying to automate the deployment process, we would like to add the missing virtual directory using the Powershell script.
source share