https://github.com/cloudforet-io/plugin-azure-cost-mgmt-cost-datasource
Azure Cost Management Plugin
https://github.com/cloudforet-io/plugin-azure-cost-mgmt-cost-datasource
cost-analysis data-source plugin
Last synced: over 1 year ago
JSON representation
Azure Cost Management Plugin
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-azure-cost-mgmt-cost-datasource
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:12:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T07:45:24.000Z (over 1 year ago)
- Last Synced: 2025-04-09T08:36:39.226Z (over 1 year ago)
- Topics: cost-analysis, data-source, plugin
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Azure Cost Management Plugin
Plugin for collecting Azure Cost management data
# Contents
- [Azure Service Endpoint(in use)](#azure-service-endpoint-in-use)
- [Schema Data](#schema-data)
- [Options](#options)
- [Release Note](#release-note)
---
## Azure Service Endpoint (in use)
https://*.blob.core.windows.net
https://management.azure.com
https://login.microsoftonline.com
----
## Schema Data
*Schema*
- billing_account_id (str):
- tenant_id (str):
- client_id (str):
- client_secret (str):
- customer_tenants (list):(Optional) Customer's tenant id list
*Example for EA*
{
"billing_account_id": "*****",
"tenant_id": "*****",
"client_id": "*****",
"client_secret": "*****"
}
*Example for CSP*
{
"billing_account_id": "*****",
"tenant_id": "*****",
"client_id": "*****",
"client_secret": "*****"
"customer_tenants": #(optional)
- "*****"
}
## Options
Currently, not required.
---
# Release Note
| Version | Description | Release Date |
|---------|--------------------------------------------------------------------------------------------------------------------------------|--------------|
| 1.1.11 | - [Add `Meter Name` to check snapshot cost](https://github.com/cloudforet-io/plugin-azure-cost-mgmt-cost-datasource/issues/49) | 2024-02-20 |
| 1.1.10 | - [Fix default currency issue](https://github.com/orgs/cloudforet-io/discussions/141) | 2024-02-07 |