A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hi Shriya,
Yes, this can be expected. IsAzureCreditEligible = true only means the charge is eligible to be covered by Azure credits; it does not mean the value in CostInBillingCurrency has already had those credits deducted. Credits are applied at the billing/account level, so they generally do not appear as negative credit rows against individual resources in Cost Management usage exports.
Neither ActualCost nor AmortizedCost provides a true “post-credit cost per resource” field. AmortizedCost mainly changes how reservation and savings-plan purchases are distributed over their benefit period; it does not allocate Azure credits across usage rows.
If you need to charge the actual amount paid back to individual teams, you would need to reconcile the usage costs with the billing-level credit adjustment and define your own allocation method for distributing those credits across eligible resources/teams.
Thank you, and feel free to respond back for more assistance.