我可以在同一个应用程序中为 PHP 和 NodeJs 使用 Azure Web 应用程序服务吗?

Can I use the Azure web app service for PHP and NodeJs both in the same application?

我可以在同一个应用程序中为 PHP 和 NodeJs 使用 Azure Web 应用程序服务吗? 以下是我的 PHP Web 应用程序要求。那么我可以使用 Azure Web 应用程序服务还是只需要将其部署在 LAMP 堆栈虚拟机上?

您可以使用Virtual Applications来实现您想要的功能。

提示:

  1. 您的网络应用程序应使用 windows 平台。

  2. 主应用不能是nodejs应用

  3. 保证每个应用都能部署成功(保证应用能运行正常),学会使用web.config配置文件