Is the communication with the Windows Azure .Net storage classes secure.
I am considering accessing these directly from our onsite application instead of using a web service as a gatekeeper.
The advantage of using the web service is that I know I can ensure that all communication between azure and our app is encrypted using SSL.
I’m not seeing the documentation telling me if the direct communication to the Azure Storage via the .net classes is encrypted.
Any information anyone has on this would be great.
Perry Schnacker