Fork me on GitHub
#interop2017-04-11
>
timo13:04:18

Azure azure = Azure.configure() .withLogLevel(LogLevel.BASIC) .authenticate(credFile) .withDefaultSubscription();

timo13:04:30

I could need some help here

timo13:04:21

I want to authenticate to MS Azure and the class Azure is final and you would login like in the code above with Java. But how would you write it in clojure?

lincpa13:04:21

i never use Azure, try write.

lincpa13:04:39

(-> Azure .configure (.withLogLevel , LogLevel/BASIC) (.authenticate , credFile) .withDefaultSubscription)