Other features or issues related to Microsoft Partner Center
For a $5,000 Azure credit balance that does not appear to be applied, there are two parts to address: verifying the credits and ensuring they are actually being used instead of charging the credit card.
- Verify that credits exist and are visible
- Sign in to the Azure portal and go to Cost Management + Billing.
- In Billing scopes, select the correct billing account of type Microsoft Customer Agreement.
- Go to Billing > Payment methods and select the Azure credits tab.
- Check:
- Available balance – shows the active credit balance after the last invoice.
- Credit details – verify source, effective date, expiration date, original amount, balance, and status (Active/Used/Expired/Expiring).
- If Azure credits do not appear, either there are no credits on that scope or the wrong billing account/billing profile is selected. Switch scopes to any other billing profiles or billing accounts that might hold the credits.
- Confirm that credits are being applied to charges
- In the same Azure credits tab, select View all transactions to see how credits have been consumed over time (date, description, amount).
- If using Partner Center reconciliation files, identify Azure credits by:
- Filtering invoice reconciliation data where
ChargeType = "customerCredit"and usingCreditReasonCodeto confirm the type of credit. - Grouping those lines by
ProductId,SKUId,AvailabilityId,OrderDate, andCustomerId, then summingTotalto see the aggregate credit applied. - Verifying that
BillableQuantitymatches between charge and credit line items to ensure credits are correctly matched to usage.
- Filtering invoice reconciliation data where
- For daily rated usage files, filter by
CreditType(for example, "Azure credit offer") andCreditPercentage = 100, then group and sumBillingPreTaxTotalto see how much credit is being consumed daily. Cross‑reference with invoice reconciliation data for a complete picture.
- Common reasons credits are not reducing card charges
- The Azure subscription is billed under a different billing profile or billing account than the one that holds the credits.
- Credits have expired or been fully used (status shows Used/Expired in the credit details).
- The services being used are not covered by those credits, so charges go directly to the payment method.
- Next steps to resolve
- Verify that the subscription incurring charges is associated with the billing profile that actually has the credits.
- Use invoice reconciliation files to confirm that credits are or are not being applied to the same customer/subscription where usage occurs.
- If credits should be present but do not appear in any billing scope, or if usage is clearly not being offset by available credits, open a support request through the appropriate Microsoft support channel (Azure or Partner Center) so the billing team can review the specific account and adjust if needed.
These steps will confirm whether the $5,000 in credits are active, where they are located (which billing profile/account), and whether they are being applied correctly instead of charging the credit card.
References: