Azure Authentication #404
-
Steps to connect to Azure APIs.
Config EditorQuery using Default ParserQuery using Backend ParserQuery using UQL Parser |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Thank you! This worked perfectly. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the above, this works as expected! What would the configuration be if I'm trying to access data in a blob storage container? I understand the resource setup would be https://storage.azure.com/ which I've set along with adding it as an allowed host however I get an error "Cannot read properties of null (reading 'trim')" using an older version of the infinity plugin and error "400 Authentication information is not given in the correct format. Check the value of Authorization header." using the latest version of the infinity plugin. is there a known working configuration setup for accessing azure blob storage containers using AD auth? essentially I have a csv file stored in an azure blob storage container that I want to display in a dashboard. Using SAS token authentication works fine however I have only managed to get it working by pasting the full URL into the URL field in the dashboard itself which has the SAS token visible (not something I want visible) and I can't seem to get it working setting the SAS token in the data source area itself as it doesn't seem to parse it properly so errors no matter what settings I choose. |
Beta Was this translation helpful? Give feedback.
-
@yesoreyeram just a heads up, this type of authentication is broken in the latest version of grafana: #668 |
Beta Was this translation helpful? Give feedback.
-
The steps mentioned above worked fine with plugin version 2.9.6, but with the latest version of the plugin the error message shows |
Beta Was this translation helpful? Give feedback.
Thank you! This worked perfectly.