Create virtual directory on same azure web app

Please have a try to config the Virtual directory site/test1 on the Azure portal as following screenshot

enter image description here

When we push the WebApp to the Azure, we need to include the virtual directory path in the Site Name and Destination URL sections on the Connection tab

enter image description here

After that we can visit the WebApp with sitename/site1

enter image description here

We also can check the uploaded file from Azure Kudu tool (https://sitename.scm.azurewebsites.net/DebugConsole/?shell=powershell)

enter image description here

Leave a Comment