You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::image type="content" border="true" source="./media/mca-check-azure-credits-balance/azure-credits-page-azportal.png" alt-text="Screenshot that shows Credits in the Azure portal for Cost Management + Billing.":::
48
48
49
49
50
50
@@ -70,7 +70,7 @@ This article applies to a billing account for a Microsoft Customer Agreement. [C
70
70
71
71
The transactions section displays all transactions that affected your credits balance.
:::image type="content" border="true" source=".media/mca-check-azure-credits-balance/credits-transactions-azportal.png" alt-text="Screenshot that shows Credit transactions in the Azure portal for Cost Management + Billing.":::
74
74
75
75
| Term | Definition |
76
76
|---|---|
@@ -152,7 +152,7 @@ Make the following request, replacing `<billingProfileId>` with the `id` copied
152
152
```json
153
153
GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/<billingAccountId>/billingProfiles/<billingProfileId>/providers/Microsoft.Consumption/lots?api-version=2023-03-01
154
154
```
155
-
The API response returns original credit amounts and available balance across all credit lots for the billing profile. This includes active, expired, and credits with a future start date. Available balance can be computed by aggregating the values in closedBalance across all active credits.
155
+
The API response returns original credit amounts and available balance across all credit lots for the billing profile. This includes active, expired, and credits with a future start date. Available balance can be computed by aggregating the values in `closedBalance` across all active credits.
156
156
157
157
```json
158
158
{
@@ -205,7 +205,7 @@ The API response returns original credit amounts and available balance across al
205
205
|`creditCurrency`|The currency of the credit. |
206
206
|`billingCurrency`|The currency used for billing. |
207
207
|`originalAmount`|The original amount of the credit in USD. |
208
-
|`originalAmountInBillingCurrency`|TThe original amount of the credit in billing currency with exchange rate. |
208
+
|`originalAmountInBillingCurrency`|The original amount of the credit in billing currency with exchange rate. |
209
209
|`expirationDate`|The date when the credit expires. |
210
210
|`closedBalance`|The balance as of the last invoice in USD. |
211
211
|`closedBalanceInBillingCurrency`|The balance as of the last invoice in billing currency with exchange rate. |
0 commit comments