Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Kartik2
Partner - Creator
Partner - Creator

Connect qlik to Azure Cost Management

I want to connect Qlik sense enterprise (Feb 2023) to Azure Cost management, how can i do that 

Labels (3)
2 Replies
Kartik2
Partner - Creator
Partner - Creator
Author

I was referring to multiple resources like 1.https://learn.microsoft.com/en-us/rest/api/consumption/
2.https://learn.microsoft.com/en-us/rest/api/billing/enterprise/billing-enterprise-api-usage-detail?vi... 

3.https://learn.microsoft.com/en-gb/rest/api/cost-management/query/usage?view=rest-cost-management-202...

But using these URL's in postman to get access token with the subscriptionId or enrollmentId ,I'm getting error that authorization header is missing

Bjorn_Wedbratt
Former Employee
Former Employee

Hi @Kartik2 ,

Did you authenticate and received an access token as outlined here?

https://learn.microsoft.com/en-us/rest/api/azure/

You should then be able to pass it in the authorization header

  • Authorization: Contains the OAuth2 bearer token to secure the request, as acquired earlier from Azure AD.

Hope this helps

Best

Björn