Resource Type: Azure > Provider > Cost Management
The Cost Management provider offers tools and insights to monitor, allocate, and optimize cloud spending. This provider enables users to track expenses, create budgets, forecast costs, and implement cost-saving strategies across all Azure resources, helping organizations achieve financial efficiency in their cloud operations.
Resource Context
Cost Management is a part of the Provider service.
Each Cost Management lives under a Subscription.
Controls
The primary controls for Azure > Provider > Cost Management are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-provider#/resource/types/costManagement
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-provider#/resource/types/costManagement"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/costManagement';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-provider#/resource/types/costManagement"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/costManagement' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query