I'm having issues with Continuous Deployment from GitHub in Azure. I have a Shared pricing tier, and the issue goes away if I upgrade to the Basic pricing tier. This is for an ASP.NET MVC 6 application (RC1).
Essentially I get the following error: http://pastebin.com/PgARgurg
The bit that stands out is:
Restore failed
There is not enough space on the disk.
If I publish directly from Visual Studio to the Shared tier it works fine. It's only when using continuous deployment where it falls over.
Any ideas?

