Virtual application solution for Linux Web App

柔情痞子 提交于 2021-01-29 16:30:46

问题


In a Windows Azure Web App we are able to set up a virtual application in which we could push separate code in . Is there any solution similar to this for a Linux Azure Web App?


回答1:


It’s a feature in IIS, that is why it doesn't work in linux. There's no out of the box support for this feature on Azure web app for Linux / containers. you need to implement it by youyself.



来源:https://stackoverflow.com/questions/59607577/virtual-application-solution-for-linux-web-app

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