1

I am trying to deploy my PHP(CakePhp 3.2) app from GitHub on Azure as a Web app. Im using PHP 7 runtime and Composer extension. But every time i try to deploy my app I get this error:

Command 'starter.cmd D:\home\SiteExt ...' was aborted due to no output
nor CPU activity for 61 seconds. You can increase the
SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this
is a WebJob) if needed.\r\nstarter.cmd
D:\home\SiteExtensions\ComposerExtension\Hooks\deploy.cmd
2
  • Hi, does @Alex's suggestion works on your side? Do you have any updates? Commented Jun 16, 2016 at 6:03
  • Hi, I didnt try his sugguestion because in the end I uploaded the project over ftp to Azure and it worked Commented Jun 16, 2016 at 12:50

1 Answer 1

1

You may hit the timeout limitations that are set on the Web App level by default. You may set the needed setting in the Web App settings for a few minutes, and it should work. You need to set SCM_COMMAND_IDLE_TIMEOUT (see the link mentioned above). That should help.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.