3

我正在尝试使用适用于 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

4

2 回答 2

0
于 2012-05-10T10:37:32.177 回答
0

The documentation you are using is OLD and had several issues in past so I would suggest using the latest supported way to create PHP application in Windows Azure:

Download new PHP SDK for Windows Azure which is tested with Windows Azure SDK 1.6. You can download the new PHP SDK from the link below:

http://phpazure.codeplex.com/

Follow the documentation as described here:

http://phpazure.codeplex.com/documentation

于 2012-05-10T16:01:20.143 回答