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
Copy file name to clipboardExpand all lines: articles/cost-management-billing/automate/understand-usage-details-fields.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Cost Management
4
4
description: This article describes the fields in the usage data files.
5
5
author: bandersmsft
6
6
ms.author: banders
7
-
ms.date: 07/15/2022
7
+
ms.date: 12/09/2022
8
8
ms.topic: conceptual
9
9
ms.service: cost-management-billing
10
10
ms.subservice: cost-management
@@ -31,7 +31,7 @@ The following table describes the important terms used in the latest version of
31
31
| --- | --- | --- |
32
32
| AccountName | EA, pay-as-you-go | Display name of the EA enrollment account or pay-as-you-go billing account. |
33
33
| 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. |
35
35
| BillingAccountId¹ | All | Unique identifier for the root billing account. |
36
36
| BillingAccountName | All | Name of the billing account. |
37
37
| 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
82
82
| ReservationName | EA, MCA | Name of the purchased reservation instance. |
83
83
| 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**. |
84
84
| 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`. |
86
86
| 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**. |
87
87
| 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**. |
88
88
| 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
98
98
| UnitPrice | EA, pay-as-you-go | The price per unit for the charge. |
99
99
| CostAllocationRuleName | EA, MCA | Name of the Cost Allocation rule that's applicable to the record. |
100
100
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.
102
104
103
105
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.
0 commit comments