Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
Hello!
It worked perfectly. Thank you!!
Regards,
Vinicius