Is there a way to add a Virtual Directory to an Azure Website using Powershell?
Background: we have a single solution with an ASP.Net MVC application and a Web.API projects. We are publishing the application into the root of an azure website, and the Web.API into a virtual directory under it.
This works well as long as you add the virtual directory manually in Azure portal. (Project settings do not propagate to the website settings for some reason).
As we are looking to automate the deployment process we would like to add the missing virtual directory using a Powershell script.
I've just been struggling to do this recently, and found a simpler solution here: