Cost
Daily cost of resource.
Definition
Path: costs
Name: costs.csv
Properties
| Property | Description | Data Type | Example Value |
|---|---|---|---|
| ResourceId | Full Azure resource id of resource | string | /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/rg-name |
| Type | Type of resource | string | microsoft.compute/disks |
| Name | Name of the resource | string | ngs-portal-web |
| SubscriptionName | Subscription name | string | sub-data-analysis-uat |
| SubscriptionId | Subscription ID | guid | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| ResourceGroupName | Resource group name | string | rg-name |
| UsageDate | Timestamp, date when the cost for resource incurred | datetime | 2024-03-10T00:00:00Z |
| Year | Year | integer | 2024 |
| Month | Month | integer | 5 |
| Day | Day | integer | 24 |
| Amount | Daily cost amount | decimal | 14.45 |
| Currency | Currency | string | USD |