接收"30秒后未处于已启动状态的部署角色实例"Azure PHP

use*_*709 9 php deployment azure

尝试将测试php应用程序部署到我的Azure模拟器时,我一直收到此消息

Using session id 1
Warning : Remapping public port 80 to 81 to avoid conflict during emulation.
Warning : Remapping private port 80 to 82 in role 'PhpOnAzure.Web' to avoid conf
lict during emulation.
Created: deployment16(6)
Deployment role instances not in "Started" state after 30 seconds.
Exported interface at http://127.0.0.1:81/.
C:\temp\WindowsAzurePHPApp\build/WindowsAzurePHPApp.cspkg
C:\Users\Manu>
Run Code Online (Sandbox Code Playgroud)

我关注了"在Azure上构建和部署PHP应用程序"教程(Checked CGI,也激活了PHP)的一些故障排除,并没有任何地方.其他人遇到同样的问题?我在这段代码中的输出是firefox中的一个空白页面,表示连接已超时.

小智 -1

您是否正在运行任何其他 Web 服务器软件,例如 Apache?IIS 需要控制才能正常运行。Firefox 中的连接问题让我认为 IIS 可能被阻止或未启动。另一种需要寻找的可能性是,有时 IIS 会与 PHP 混淆,并将其中两个添加到模块列表中。也检查一下