问题
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