Azure for PHP: "ServiceDefinition.rd" does not exist in the service directory "ServiceDefinition.csx"

I am trying to deploy a PHP application using the Windows Azure command-line tool for PHP, but I can not do .cspkg, and I get this error:

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

I have a link for recommendations

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

+3
source share
2 answers

The documentation you use is OLD and has several problems in the past, so I would suggest using the last supported way to create a PHP application in Windows Azure:

PHP SDK Windows Azure, Windows Azure SDK 1.6. PHP SDK :

http://phpazure.codeplex.com/

, :

http://phpazure.codeplex.com/documentation

0

–phpRuntime="C:\Program Files\PHP\v5.3″ –phpRuntime="C:\Program Files\PHP".

, , :

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

0

All Articles