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
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
–phpRuntime="C:\Program Files\PHP\v5.3″ –phpRuntime="C:\Program Files\PHP".
–phpRuntime="C:\Program Files\PHP\v5.3″
–phpRuntime="C:\Program Files\PHP"
, , :
http://marvelley.com/2011/03/03/24-hours-of-windows/