Linux Web App的虚拟应用程序解决方案

问题描述:

在Windows Azure Web应用程序中,我们可以设置一个虚拟应用程序,可以在其中应用单独的代码.对于Linux Azure Web App,有没有与此类似的解决方案?

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?

这是IIS中的一项功能,这就是为什么它在Linux中不起作用的原因.在适用于Linux/容器的Azure Web应用程序上没有对此功能的开箱即用支持.您需要自己实施.

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.