Platform

 View Only

 Azure Price Sheet by Billing Account REST API and Datalink wildcard characters

Jump to  Best Answer
Dawn Kassube's profile image
Dawn Kassube posted 10/22/25 06:07 PM

Hello Everyone,

I am working with Microsoft Azure on bringing in the Azure Price List via an API Call.  We are running into issues as the call needs to be asynchronous and I don't know if Datalink can handle that.  

For the Price Sheet Download by Billing Account REST API, please note that it is asynchronous. You will need to place an initial call to request your price sheet, and in response, you will receive a polling link in the location response header. From there, you can call the provided URL until the API returns a HTTP 200 response, confirming the operation is completed. At that point, the response body will include a download link to your EA Price Sheet, compressed in a Zip file and partitioned into multiple CSV files. For more information, you can refer to Price Sheet - Download By Billing Account - REST API (Azure Cost Management) | Microsoft Learn

Also, in the new Datalink can someone please provide the accepted wildcard characters.  We bring in AWS daily spend and they create multiple files in the folder.  Currently I have a connector for each of the files but I think there is a better way in the new Datalink over Classic.  We also have to manually change the connector every month as we cannot use {CYYY}{MM}01-{CYYY}{MM}01 as it needs to be Current Month for the first segment and then next month for the second segment.  This is currently setup in Classic so maybe the wildcards will work here.

Example:

As always, I appreciate any guidance as automation is the answer!  

Thank you,

David Tillack's profile image
David Tillack  Best Answer

Hey @Dawn Kassube thanks for the post.

For this item, I'd likely recommend reaching out to your Account Manager or CSM as the answer is more involved and dependent on configuration likely specific to you. Your AM/CSM should be able to help point you in a direction.

Hope that helps,

Dawn Kassube's profile image
Dawn Kassube

I have reached out to my CSM but with no solution.  Do you know the redirect URL that is needed for the New Datalink for Azure?

Thank you for any insight as I am stumped.

David Tillack's profile image
David Tillack

Hey @Dawn Kassube it is hard to say exactly without diving deeper here. Your best bet to this would be to continue working through your CSM/AM. They can put in a specialist request if they do not know the answer themselves...

Generally speaking though, for redirect URL w/Datalink, I'd expect the below to be what you'd need:

NA: https://datalink.apptio.com/apptioconnect/app

EU: https://datalink-eu.apptio.com/apptioconnect/app

APAC: https://datalink-au.apptio.com/apptioconnect/app

Best,