Add Virtual Directory to an Azure Website using Powershell -


is there way add virtual directory azure website using powershell?

background: have single solution asp.net mvc application , web.api projects. publishing application root of azure website, , web.api virtual directory under it.

this works long add virtual directory manually in azure portal. (project settings not propagate website settings reason).

as looking automate deployment process add missing virtual directory using powershell script.

looks valid (if complex) answer here:

the short of is: gotta use azureresourcemanager , work microsoft.web/sites/config object , set virtual directories.

https://social.msdn.microsoft.com/forums/azure/en-us/990f41fd-f8b6-43a0-b942-cef0308120b2/add-virtual-application-and-directory-to-an-azure-website-using-powershell?forum=windowsazurewebsitespreview


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -