Skip to content

ImMin5/plugin-azure-cost-mgmt-cost-datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Cost Management Plugin

Plugin for collecting Azure Cost management data

Contents


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 2024-02-20
1.1.10 - Fix default currency issue 2024-02-07

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%