Azure Full IIS: RoleEntryPoint runs in different process to web app
I just found this one out thanks to this post from the Azure team. Basically, I was configuring Table Storage (as you may have guessed, if you’ve read my other posts today), and using the CloudStorageAccount.FromConfigurationSetting(string) method. As you are probably aware (if you are aware of this sort of stuff), to be able to use that method, you must first set a function that tells Cloud Storage how to figure out how to get configuration settings.
Read post »