Skip to content

Commit fe0e20e

Browse files
authored
Update mca-check-azure-credits-balance.md
1 parent 92afc21 commit fe0e20e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cost-management-billing/manage/mca-check-azure-credits-balance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This article applies to a billing account for a Microsoft Customer Agreement. [C
4444
1. Select **Payment methods** from the left-hand side and then select **Azure credits**.
4545

4646

47-
![Azure Credits page AzPortal](media/mca-check-azure-credits-balance/azure-credits-page-azportal.png)
47+
:::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.":::
4848

4949

5050

@@ -70,7 +70,7 @@ This article applies to a billing account for a Microsoft Customer Agreement. [C
7070

7171
The transactions section displays all transactions that affected your credits balance.
7272

73-
![Credits transactions AzPortal](media/mca-check-azure-credits-balance/credits-transactions-azportal.png)
73+
:::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.":::
7474

7575
| Term | Definition |
7676
|---|---|
@@ -152,7 +152,7 @@ Make the following request, replacing `<billingProfileId>` with the `id` copied
152152
```json
153153
GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/<billingAccountId>/billingProfiles/<billingProfileId>/providers/Microsoft.Consumption/lots?api-version=2023-03-01
154154
```
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.
156156

157157
```json
158158
{
@@ -205,7 +205,7 @@ The API response returns original credit amounts and available balance across al
205205
| `creditCurrency` |The currency of the credit. |
206206
| `billingCurrency` |The currency used for billing. |
207207
| `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. |
209209
| `expirationDate` |The date when the credit expires. |
210210
| `closedBalance` |The balance as of the last invoice in USD. |
211211
| `closedBalanceInBillingCurrency` |The balance as of the last invoice in billing currency with exchange rate. |

0 commit comments

Comments
 (0)