Skip to content

Commit

Permalink
Update open data docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin committed Jan 22, 2024
1 parent e4f6ba1 commit 7133fb6
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions docs/open-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,24 @@ Azure resource types are a semi-readable code that represents what kind of resou

Sample data:

| ResourceType | SingularDisplayName | PluralDisplayName | LowerSingularDisplayName | LowerPluralDisplayName | Description |
| --------------------------------- | ----------------------- | ------------------------ | ------------------------ | ---------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| microsoft.compute/virtualmachines | Virtual machine | Virtual machines | virtual machine | virtual machines | Create a virtual machine | that runs Linux or Windows. Select an image from the marketplace or use your own customized image." |
| microsoft.insights/workbooks | Azure Workbook | Azure Workbooks | azure workbook | azure workbooks | Azure Monitor Workbooks is a canvas | for data analysis or reporting in the Azure Portal" |
| microsoft.logic/workflows | Logic app | Logic apps | logic app | logic apps | Create workflows leveraging hundreds of connectors and the | visual designer." |
| microsoft.network/virtualnetworks | Virtual network | Virtual networks | virtual network | virtual networks | Create a virtual network | to securely connect your Azure resources to each other. Connect your virtual network to your on-premises network using an Azure VPN Gateway or ExpressRoute." |
| microsoft.recoveryservices/vaults | Recovery Services vault | Recovery Services vaults | recovery services vault | recovery services | vaults | A disaster recovery and data protection strategy keeps your business running when unexpected events occur. Get started by creating a Recovery Services vault." |
| microsoft.search/searchservices | Search service | Search services | search service | search services | " |
| microsoft.sql/servers | SQL server | SQL servers | SQL server | SQL servers | " |
| microsoft.sql/servers/databases | SQL database | SQL databases | SQL database | SQL databases | " |
| microsoft.web/sites | App Service web app | App Service web apps | app service | app services | Create, build, deploy, and manage | powerful web, mobile, and API apps for employees or customers using a single back-end. Build standards-based web apps and APIs using .NET, Java, Node.js, PHP, and Python." |
| ResourceType | Singular Display Name | Plural Display Name | Lower Singular Display Name | Lower Plural Display Name |
| --------------------------------- | ----------------------- | ------------------------ | --------------------------- | ------------------------- |
| microsoft.compute/virtualmachines | Virtual machine | Virtual machines | virtual machine | virtual machines |
| microsoft.insights/workbooks | Azure Workbook | Azure Workbooks | azure workbook | azure workbooks |
| microsoft.logic/workflows | Logic app | Logic apps | logic app | logic apps |
| microsoft.network/virtualnetworks | Virtual network | Virtual networks | virtual network | virtual networks |
| microsoft.recoveryservices/vaults | Recovery Services vault | Recovery Services vaults | recovery services vault | recovery services |
| microsoft.search/searchservices | Search service | Search services | search service | search services |
| microsoft.sql/servers | SQL server | SQL servers | SQL server | SQL servers |
| microsoft.sql/servers/databases | SQL database | SQL databases | SQL database | SQL databases |
| microsoft.web/sites | App Service web app | App Service web apps | app service | app services |

<blockquote class="tip" markdown="1">
_You can also integrate resource type data into your workflow with the [Get-FinOpsResourceType](../powershell/data/Get-FinOpsResourceType) PowerShell command._
</blockquote>

[Download](https://github.com/microsoft/finops-toolkit/releases/latest/download/ResourceTypes.csv){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Download CSV](https://github.com/microsoft/finops-toolkit/releases/latest/download/ResourceTypes.csv){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Download JSON](https://github.com/microsoft/finops-toolkit/releases/latest/download/ResourceTypes.json){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[See PowerShell](../powershell/data/Get-FinOpsResourceType){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }

<br>
Expand Down Expand Up @@ -153,13 +154,15 @@ A few important notes about the data:
The following files are examples of what you will find when you export data from Microsoft Cost Management. These files are provided to help you understand the data structure and format. They are from an Enterprise Agreement (EA) demo account and are not intended to be used for ingestion or reporting.

- Cost and usage
- [Actual (billed)](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Cost-Actual.csv) (`2021-10-01`)
- [Amortized](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Cost-Amortized.csv) (`2021-10-01`)
- [FOCUS](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Cost-FOCUS.csv) (`1.0-preview (v1)`)
- [Prices](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Prices.csv) (`2023-05-01`)
- [Reservation details](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Reservation-Details.csv) (`2023-03-01`)
- [Reservation transactions](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Reservation-Transactions.csv) (`2023-05-01`)
- [Reservation recommendations](https://github.com/microsoft/finops-toolkit/tree/main/src/sample-data/EA-Reservation-Recommendations.csv) (`2023-05-01`)
- Actual (billed) (`2021-10-01`)
- Amortized (`2021-10-01`)
- FOCUS (`1.0-preview (v1)`)
- Prices(`2023-05-01`)
- Reservation details (`2023-03-01`)
- Reservation transactions (`2023-05-01`)
- Reservation recommendations (`2023-05-01`)

[Download](https://github.com/microsoft/finops-toolkit/releases/latest/download/sample-exports.zip){: .btn .mb-4 .mb-md-0 .mr-4 }

<br>

Expand Down

0 comments on commit 7133fb6

Please sign in to comment.