Orchard not running in Azure WebSites even in Reserved mode
description
I have this problem with Azure Web Sites, even in Reserved mode with a 2 cores engine.
Having deployed from VS2012 a site with a dozen of additionnaland traditionnal modules, this site is running ok on a dedicated Azure VM with the same configuration.
The site is using SQL Azure, it is using Localization module and I installed 8 languages.
The Azure Web Site has 5 domains connected (.com, .net, .org, etc.) but Orchard is simply managing the .com without the multisite module.
I have adapted the config/HostComponent.config, with no apparent change:
The problem is that I am receiving a 502 error when I try to get any page...
The log file contains nothing, on the beginning I was thinking that deleting cache.dat and the various dependencies could recreate a valid environment but no success: everything is recreated but I still get the 502.
I just noticed from time to time some connection problem with SQL Azure, may be the demo version? I have a Web Version with 1G and 98% free space...
But this does not explains the permanent 502 error after minutes of wait.
It is clear that Orchard is not for Azure Website in demo mode, even using Reserved mode with large memory.