We've recently converted our ServiceStack application to an Azure Cloud Service.
We're finding that, internally, ServiceStack is not aware that it needs to load configuration settings (like oauth.RedirectUrl) using CloudServiceConfiguration manager instead of ConfigurationManager.
Is there a way to wire up ServiceStack appropriate for the new environment?
Thanks!