Azure for PHP:" ServiceDefinition.rd"在服务目录" ServiceDefinition.csx"中不存在

时间:2012-05-10 10:26:27

标签: php azure

我正在尝试使用适用于PHP的Windows Azure命令行工具部署PHP应用程序,但无法生成.cspkg并且我收到此错误:

Runtime Exception: 0: Default document “ServiceDefinition.rd” does not exist in Service directory “ServiceDefinition.csx”!
Error: Unexpected Exit

我有以下指南链接

http://azurephp.interoperabilitybridges.com/articles/deploying-your-first-php-application-with-the-windows-azure-command-line-tools-for-php

2 个答案:

答案 0 :(得分:0)

尝试使用–phpRuntime=”C:\Program Files\PHP\v5.3″代替–phpRuntime=”C:\Program Files\PHP”

我有一些错误,看看这里可能是你找到解决问题的方法:

http://marvelley.com/2011/03/03/24-hours-of-windows/

答案 1 :(得分:0)

您使用的文档是旧版本,并且过去有几个问题,因此我建议使用最新支持的方法在Windows Azure中创建PHP应用程序:

下载用于Windows Azure的新PHP SDK,该SDK使用Windows Azure SDK 1.6进行测试。您可以从以下链接下载新的PHP SDK:

http://phpazure.codeplex.com/

按照此处所述的文档进行操作:

http://phpazure.codeplex.com/documentation