Skip to content

Commit 362d3d2

Browse files
committed
minor update
1 parent c1254eb commit 362d3d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/cost-management-billing/automate/understand-usage-details-fields.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following table describes the important terms used in the latest version of
3131
| --- | --- | --- |
3232
| AccountName | EA, pay-as-you-go | Display name of the EA enrollment account or pay-as-you-go billing account. |
3333
| AccountOwnerId¹ | EA, pay-as-you-go | Unique identifier for the EA enrollment account or pay-as-you-go billing account. |
34-
| AdditionalInfo | All | Service-specific metadata. For example, an image type for a virtual machine. |
34+
| AdditionalInfo¹ | All | Service-specific metadata. For example, an image type for a virtual machine. |
3535
| BillingAccountId¹ | All | Unique identifier for the root billing account. |
3636
| BillingAccountName | All | Name of the billing account. |
3737
| BillingCurrency | All | Currency associated with the billing account. |
@@ -82,7 +82,7 @@ The following table describes the important terms used in the latest version of
8282
| ReservationName | EA, MCA | Name of the purchased reservation instance. |
8383
| ResourceGroup | All | Name of the [resource group](../../azure-resource-manager/management/overview.md) the resource is in. Not all charges come from resources deployed to resource groups. Charges that don't have a resource group will be shown as null or empty, **Others**, or **Not applicable**. |
8484
| ResourceId¹ | All | Unique identifier of the [Azure Resource Manager](/rest/api/resources/resources) resource. |
85-
| ResourceLocation | All | Datacenter location where the resource is running. See `Location`. |
85+
| ResourceLocation¹ | All | Datacenter location where the resource is running. See `Location`. |
8686
| ResourceName | EA, pay-as-you-go | Name of the resource. Not all charges come from deployed resources. Charges that don't have a resource type will be shown as null/empty, **Others** , or **Not applicable**. |
8787
| ResourceType | MCA | Type of resource instance. Not all charges come from deployed resources. Charges that don't have a resource type will be shown as null/empty, **Others** , or **Not applicable**. |
8888
| ServiceFamily | MCA | Service family that the service belongs to. |
@@ -98,7 +98,9 @@ The following table describes the important terms used in the latest version of
9898
| UnitPrice | EA, pay-as-you-go | The price per unit for the charge. |
9999
| CostAllocationRuleName | EA, MCA | Name of the Cost Allocation rule that's applicable to the record. |
100100

101-
¹ Fields used to build a unique ID for a single cost record.
101+
¹ Fields used to build a unique ID for a single cost record. Every record in your cost details file should be considered unique.
102+
103+
The cost details file itself doesn’t uniquely identify individual records with an ID. Instead, you can use fields in the file flagged with ¹ to create a unique ID yourself.
102104

103105
Some fields might differ in casing and spacing between account types. Older versions of pay-as-you-go cost details files have separate sections for the statement and daily cost.
104106

0 commit comments

Comments
 (0)