Skip to content

Commit f34d04f

Browse files
authored
Merge pull request #85049 from flanakin/patch-10
Call out fields required to build a unique id
2 parents 66d296d + bad44bb commit f34d04f

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

articles/billing/billing-understand-your-usage.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,46 @@ The list covers pay-as-you-go (PAYG), Enterprise Agreement (EA), and Microsoft C
3939
Term | Account type | Description
4040
--- | --- | ---
4141
AccountName | EA, PAYG | Display name of the EA enrollment account or PAYG billing account.
42-
AccountOwnerId | EA, PAYG | Unique identifier for the EA enrollment account or PAYG billing account.
42+
AccountOwnerId<sup>1</sup> | EA, PAYG | Unique identifier for the EA enrollment account or PAYG billing account.
4343
AdditionalInfo | All | Service-specific metadata. For example, an image type for a virtual machine.
44-
BillingAccountId | All | Unique identifier for the root billing account.
44+
BillingAccountId<sup>1</sup> | All | Unique identifier for the root billing account.
4545
BillingAccountName | All | Name of the billing account.
4646
BillingCurrency | All | Currency associated with the billing account.
4747
BillingPeriod | EA, PAYG | The billing period of the charge.
4848
BillingPeriodEndDate | All | The end date of the billing period.
4949
BillingPeriodStartDate | All | The start date of the billing period.
50-
BillingProfileId | All | Unique identifier of the EA enrollment, PAYG subscription, MCA billing profile, or AWS consolidated account.
50+
BillingProfileId<sup>1</sup> | All | Unique identifier of the EA enrollment, PAYG subscription, MCA billing profile, or AWS consolidated account.
5151
BillingProfileName | All | Name of the EA enrollment, PAYG subscription, MCA billing profile, or AWS consolidated account.
5252
ChargeType | All | Indicates whether the charge represents usage (**Usage**), a purchase (**Purchase**), or a refund (**Refund**).
5353
ConsumedService | All | Name of the service the charge is associated with.
54-
CostCenter | EA, MCA | The cost center defined for the subscription for tracking costs (only available in open billing periods for MCA accounts).
54+
CostCenter<sup>1</sup> | EA, MCA | The cost center defined for the subscription for tracking costs (only available in open billing periods for MCA accounts).
5555
Cost | EA, PAYG | See CostInBillingCurrency.
5656
CostInBillingCurrency | MCA | Cost of the charge in the billing currency before credits or taxes.
5757
CostInPricingCurrency | MCA | Cost of the charge in the pricing currency before credits or taxes.
5858
Currency | EA, PAYG | See BillingCurrency.
59-
Date | All | The usage or purchase date of the charge.
59+
Date<sup>1</sup> | All | The usage or purchase date of the charge.
6060
EffectivePrice | All | Blended unit price for the period. Blended prices average out any fluctuations in the unit price, like graduated tiering, which lowers the price as quantity increases over time.
6161
ExchangeRateDate | MCA | Date the exchange rate was established.
6262
ExchangeRatePricingToBilling | MCA | Exchange rate used to convert the cost in the pricing currency to the billing currency.
6363
Frequency | All | Indicates whether a charge is expected to repeat. Charges can either happen once (**OneTime**), repeat on a monthly or yearly basis (**Recurring**), or be based on usage (**UsageBased**).
6464
InvoiceId | PAYG, MCA | The unique document ID listed on the invoice PDF.
6565
InvoiceSection | MCA | See InvoiceSectionName.
66-
InvoiceSectionId | EA, MCA | Unique identifier for the EA department or MCA invoice section.
66+
InvoiceSectionId<sup>1</sup> | EA, MCA | Unique identifier for the EA department or MCA invoice section.
6767
InvoiceSectionName | EA, MCA | Name of the EA department or MCA invoice section.
6868
IsAzureCreditEligible | All | Indicates if the charge is eligible to be paid for using Azure credits (Values: True, False).
6969
Location | MCA | Datacenter location where the resource is running.
7070
MeterCategory | All | Name of the classification category for the meter. For example, *Cloud services* and *Networking*.
71-
MeterId | All | The unique identifier for the meter.
71+
MeterId<sup>1</sup> | All | The unique identifier for the meter.
7272
MeterName | All | The name of the meter.
7373
MeterRegion | All | Name of the datacenter location for services priced based on location. See Location.
7474
MeterSubCategory | All | Name of the meter subclassification category.
75-
OfferId | All | Name of the offer purchased.
76-
PartNumber | EA, PAYG | Identifier used to get specific meter pricing.
75+
OfferId<sup>1</sup> | All | Name of the offer purchased.
76+
PartNumber<sup>1</sup> | EA, PAYG | Identifier used to get specific meter pricing.
7777
PlanName | EA, PAYG | Marketplace plan name.
7878
PreviousInvoiceId | MCA | Reference to an original invoice if this line item is a refund.
7979
PricingCurrency | MCA | Currency used when rating based on negotiated prices.
8080
Product | All | Name of the product.
81-
ProductId | MCA | Unique identifier for the product.
81+
ProductId<sup>1</sup> | MCA | Unique identifier for the product.
8282
ProductOrderId | All | Unique identifier for the product order.
8383
ProductOrderName | All | Unique name for the product order.
8484
PublisherName | All | Publisher for Marketplace services.
@@ -87,7 +87,7 @@ Quantity | All | The number of units purchased or consumed.
8787
ReservationId | EA, MCA | Unique identifier for the purchased reservation instance.
8888
ReservationName | EA, MCA | Name of the purchased reservation instance.
8989
ResourceGroup | All | Name of the [resource group](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview) the resource is in.
90-
ResourceId | All | Unique identifier of the [Azure Resource Manager](https://docs.microsoft.com/rest/api/resources/resources) resource.
90+
ResourceId<sup>1</sup> | All | Unique identifier of the [Azure Resource Manager](https://docs.microsoft.com/rest/api/resources/resources) resource.
9191
ResourceLocation | All | Datacenter location where the resource is running. See Location.
9292
ResourceName | EA, PAYG | Name of the resource.
9393
ResourceType | MCA | Type of resource instance.
@@ -96,13 +96,15 @@ ServiceInfo1 | All | Service-specific metadata.
9696
ServiceInfo2 | All | Legacy field with optional service-specific metadata.
9797
ServicePeriodEndDate | MCA | The end date of the rating period that defined and locked pricing for the consumed or purchased service.
9898
ServicePeriodStartDate | MCA | The start date of the rating period that defined and locked pricing for the consumed or purchased service.
99-
SubscriptionId | All | Unique identifier for the Azure subscription.
99+
SubscriptionId<sup>1</sup> | All | Unique identifier for the Azure subscription.
100100
SubscriptionName | All | Name of the Azure subscription.
101-
Tags | All | Tags assigned to the resource. Doesn't include resource group tags. Can be used to group or distribute costs for internal chargeback. For more information, see [Organize your Azure resources with tags](https://azure.microsoft.com/updates/organize-your-azure-resources-with-tags/).
101+
Tags<sup>1</sup> | All | Tags assigned to the resource. Doesn't include resource group tags. Can be used to group or distribute costs for internal chargeback. For more information, see [Organize your Azure resources with tags](https://azure.microsoft.com/updates/organize-your-azure-resources-with-tags/).
102102
Term | All | Displays the term for the validity of the offer. For example: In case of reserved instances, it displays 12 months as the Term. For one-time purchases or recurring purchases, Term is 1 month (SaaS, Marketplace Support). This is not applicable for Azure consumption.
103103
UnitOfMeasure | All | The unit of measure for billing for the service. For example, compute services are billed per hour.
104104
UnitPrice | EA, PAYG | The price per unit for the charge.
105105

106+
_<sup>**1**</sup> Fields used to build a unique ID for a single cost record._
107+
106108
Note some fields may differ in casing and spacing between account types.
107109
Older versions of pay-as-you-go usage files have separate sections for the statement and daily usage.
108110

0 commit comments

Comments
 (0)