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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -