I have created a new Lemoon site on Azure Web Sites and copied it local and attempted to run it.
The database connection is still pointing to the Azure SQL database, so that should be fine.
I'm getting an error though that says...
"Post cache substitution is not compatible with modules in the IIS integrated pipeline that modify the response buffers. Either a native module in the pipeline has modified an HTTP_DATA_CHUNK structure associated with a managed post cache substitution callback, or a managed filter has modified the response."
Any ideas on how to resolve this?