projectkudu / slingshot

This project implements the Deploy To Azure button
http://azure.microsoft.com/blog/2014/11/13/deploy-to-azure-button-for-azure-websites-2/
51 stars 20 forks source link

Deploy to Azure errors for users #38

Open singhkays opened 9 years ago

singhkays commented 9 years ago

Need to ensure users can see why their deployment failed like PowerShell does

1

2

ehamai commented 9 years ago

In general, there is error handling, however depending on the payload of the failure, we may not be parsing it properly since it depends on the back-end to return responses in a predictable way. If you can tell me the exact steps and template that you used to run into this problem, I can try and make sure we handle it properly.