Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
viniciusrostichelli
Contributor
Contributor

Trying to connect Qlik and Azure Storage

Hello,
I am trying to connect Qlik and load data from Azure storage. I've tried all the possible links present in the container on the Azure Storage, but what I got as a response when trying to connect (after authenticating) is: "An error occurred: The remote server returned an error: (400) Bad Request."

Do you know how to solve it, or do you have a (step-by-step) configuration I should follow?

Thank you

Labels (1)
1 Solution

Accepted Solutions
chris1058
Contributor
Contributor

Hello, @viniciusrostichelli 

To connect Qlik to Azure Storage:

Check Setup: Ensure Azure Storage and container are correctly configured with necessary permissions. Official Site
Generate SAS Token: In Azure Storage, generate a SAS token with required permissions.
Copy SAS URL: Copy the generated SAS URL.
Set Up in Qlik:
Open Qli
Create a REST connection using the SAS URL as the endpoint.
Set the method to GET.
Test Connection: Ensure the connection works correctly.
If you get a "400 Bad Request" error, check the SAS token and URL for accuracy and permissions.

I hope this will be helpful for you

Best regards

chris wright

View solution in original post

2 Replies
chris1058
Contributor
Contributor

Hello, @viniciusrostichelli 

To connect Qlik to Azure Storage:

Check Setup: Ensure Azure Storage and container are correctly configured with necessary permissions. Official Site
Generate SAS Token: In Azure Storage, generate a SAS token with required permissions.
Copy SAS URL: Copy the generated SAS URL.
Set Up in Qlik:
Open Qli
Create a REST connection using the SAS URL as the endpoint.
Set the method to GET.
Test Connection: Ensure the connection works correctly.
If you get a "400 Bad Request" error, check the SAS token and URL for accuracy and permissions.

I hope this will be helpful for you

Best regards

chris wright

viniciusrostichelli
Contributor
Contributor
Author

Hello!

It worked perfectly. Thank you!!

Regards,

Vinicius