azure-cost-optimization

Analyze Azure subscription costs and utilization to generate optimization reports.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Chieji/my-skills --skill azure-cost-optimization-chieji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cost-optimization
Source: https://github.com/Chieji/my-skills/tree/main/azure-cost-optimization
Command: npx skills add https://github.com/Chieji/my-skills --skill azure-cost-optimization-chieji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Azure subscriptions often incur wasted spend due to orphaned resources, overprovisioned services, and misaligned budgeting. This skill identifies and quantifies cost drivers and provides practical recommendations.

Core Features & Use Cases

  • Analyze actual costs and utilization to surface top cost drivers and unused resources.
  • Generate a comprehensive cost optimization report with prioritized actions and portal links.
  • Rightsize or clean up resources (e.g., VMs, Redis caches) and track savings over time.

Quick Start

Analyze my Azure subscriptions to identify cost savings and generate an actionable cost optimization report.

Frequently Asked Questions about azure-cost-optimization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find orphaned resources and wasted spend in my Azure subscriptions?

Azure cost optimization analyzes actual costs and utilization to identify orphaned resources and wasted spend. It uses Azure Cost Management REST queries and Resource Graph to surface top cost drivers and unused resources for cleanup.

Do I need Azure CLI extensions to analyze cloud costs across multiple subscriptions?

Yes, analyzing costs across multiple subscriptions requires Azure CLI with costmanagement and resource-graph extensions. You also need appropriate reader roles on target subscriptions to execute REST cost queries and retrieve utilization data.

Can I generate a cost optimization report with prioritized actions for Azure resources?

Yes, you can generate a comprehensive Azure cost optimization report with prioritized actions and portal links. The report identifies rightsizing opportunities for VMs and Redis caches, tracks savings, and provides actionable cleanup recommendations.

What is the best way to rightsize overprovisioned Azure services and track savings?

The best way to rightsize overprovisioned Azure services is to analyze utilization metrics via Azure Monitor alongside actual costs. This identifies misaligned VMs and Redis caches, enabling cleanup actions and ongoing savings tracking through generated reports.

Does Azure cost management support filtering by specific subscriptions for detailed utilization views?

Yes, Azure cost management supports filtering for single or multiple subscriptions to provide detailed cost and utilization views. This scoped analysis identifies orphaned resources and rightsizing opportunities within targeted subscription boundaries.