Add virtual directory to existing website on Azure

白昼怎懂夜的黑 提交于 2019-11-27 15:16:19

Virtual Directories are supported for Azure Websites. See Configuring Azure Websites for what you can do through the Azure Management Portal. From the Azure Portal, click on the Website and go to Configure, then scroll down to virtual applications and directories (the last config section). Just enter your virtual directory and the physical path relative to the site root and click Save.

As an alternative to Azure Websites, you could use the Cloud Services Web Role or Virtual Machine capability. You could also use Azure Storage to link to your static content.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!