Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to connect directly to Azure data lake storage(ADLS) from Qlik? i know powerBI provides a default connector for ADLS.
I read connecting via spark on HDInsights, but does that work?
Thanks,
Vaibhav
Hi all,
did anyone get this to work? I need your help please. I need to set up a connection from QlikView to ADLS
Thanks and Regards,
Markus
I used this:
POST
URL:
https://login.microsoftonline.com/<TenantID>/oauth2/token
Request Body:
grant_type=client_credentials&client_id=<ClientID>&client_secret=<Clientsecret>&resource=https%3A%2F%2Fmanagement.core.windows.net%2F
Query Header:
content-type application/x-www-form-urlencoded
I now have an accestoken!
Hope this helps!
Kind Regards,
Isabelle