Is HTTP or HTTPS (DefaultEndpointsProtocol in the storage connection string) recommended for blob requests within the Azure data centre? That is, between Azure role instances and blob storage.
I can see that I must use HTTPS for diagnostics (Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString; see Incorrect DiagnosticsConnectionString Setting heading here).
I suppose that HTTP will be faster, although I have no measurements to say whether it is material.