Just a quick note for the cleanup regarding authentication (I really don't know which is the better place to comment this :)). Azure authentication sucks, and they still don't provide complete OAuth support in their API, so we have to use SSL client certificates. The current implementation uses the `KeyStore`, but perhaps we could cleanup and simplify it a bit by using a custom `KeyManager` instead. I've done a couple experiments with their official client and this approach and it seems to work: https://gist.github.com/nacx/a78b0dbe246d38814adb WDYT?
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/76#issuecomment-57432353
