Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Analyze and reduce Azure cloud costs by right-sizing resources, reservations, and spending policies
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: azure-cost3description: "Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: \"Azure costs\", \"Azure bill\", \"cost breakdown\", \"how much am I spending\", \"forecast spending\", \"optimize costs\", \"reduce spending\", \"orphaned resources\", \"rightsize VMs\", \"cost spike\", \"reduce storage costs\", \"AKS cost\". DO NOT USE FOR: deploying resources, provisioning, diagnostics, or security audits."4license: MIT5metadata:6author: Microsoft7version: "0.0.0-placeholder"8---910# Azure Cost Management Skill1112Query historical costs, forecast future spending, optimize to reduce waste.1314## Routing1516| User Intent | Workflow |17|-------------|----------|18| Understand current costs | [Cost Query](cost-query/workflow.md) |19| Reduce costs / find waste | [Cost Optimization](cost-optimization/workflow.md) |20| Project future costs | [Cost Forecast](cost-forecast/workflow.md) |2122## Quick Reference2324| Property | Value |25|----------|-------|26| **Query API** | `POST {scope}/providers/Microsoft.CostManagement/query?api-version=2023-11-01` |27| **Forecast API** | `POST {scope}/providers/Microsoft.CostManagement/forecast?api-version=2023-11-01` |28| **Required Role** | Cost Management Reader + Monitoring Reader + Reader (on target scope) |2930## Scope Patterns3132- Subscription: `/subscriptions/<id>`33- Resource Group: `/subscriptions/<id>/resourceGroups/<name>`34- Management Group: `/providers/Microsoft.Management/managementGroups/<id>`35- Billing Account: `/providers/Microsoft.Billing/billingAccounts/<id>`3637## Service-Specific Optimization3839- [Redis](cost-optimization/services/redis/azure-cache-for-redis.md)40- [Storage](cost-optimization/services/storage/azure-storage.md)4142## References4344- [MCP Tools, Best Practices, Safety](references/tools-and-best-practices.md)45- [SDK: Redis .NET](cost-optimization/sdk/azure-resource-manager-redis-dotnet.md)46