Is it possible to get the two indicators of the old management portal using the Azure Billing or RateCard API like shown below?
thank you!
Is it possible to get the two indicators of the old management portal using the Azure Billing or RateCard API like shown below?
thank you!
Copyright © 2021 Jogjafile Inc.
So there're two things you're looking for:
Rate Cart API
. This will be available underOfferTerms
element in the response.Next you would need to calculate the actual usage using the
Usage API
. Based on the usage and the rate card, you will need to calculate the usage amount. Difference between the credit and this amount will give you remaining amount.