azure-cost-optimization

Analyze Azure subscriptions for cost savings via orphaned resource cleanup and rightsizing.

6|3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/jongio/azd-copilot --skill azure-cost-optimization-jongio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cost-optimization
Source: https://github.com/jongio/azd-copilot/tree/main/cli/src/internal/assets/ghcp4a-skills/azure-cost-optimization
Command: npx skills add https://github.com/jongio/azd-copilot --skill azure-cost-optimization-jongio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users identify and reduce unnecessary spending on Azure resources by analyzing costs, utilization, and identifying optimization opportunities.

Core Features & Use Cases

  • Cost Analysis: Analyzes actual costs from Azure Cost Management.
  • Orphaned Resource Detection: Uses Azure Quick Review (azqr) to find resources that can be deleted.
  • Rightsizing Recommendations: Suggests smaller VM or service tiers based on utilization metrics.
  • Use Case: A user wants to reduce their monthly Azure bill. This skill will scan their subscriptions, find unattached disks and underutilized VMs, and provide a report with actionable steps and estimated savings.

Quick Start

Use the azure-cost-optimization skill to analyze your Azure subscription for cost savings.

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 in Azure to reduce my monthly bill?

This skill finds orphaned Azure resources by scanning subscriptions using Azure Quick Review (azqr) to identify unattached disks and other deletable assets. It generates an actionable report with estimated cost savings and cleanup commands.

How do I get rightsizing recommendations for underutilized Azure VMs?

You can get rightsizing recommendations for underutilized Azure VMs by analyzing actual usage data and utilization metrics with this skill. It suggests smaller VM or service tiers and provides actionable implementation commands to reduce costs.

Do I need Azure CLI extensions to analyze Azure subscription costs?

Yes, analyzing Azure subscription costs requires Azure CLI with the costmanagement and resource-graph extensions installed. You also need the Azure Quick Review (azqr) tool to detect orphaned resources and generate optimization recommendations.

What is the best way to analyze Azure Cost Management data for optimization opportunities?

The best way to analyze Azure Cost Management data for optimization opportunities is to scan actual costs and utilization metrics across your subscriptions. This skill identifies orphaned resources and rightsizing opportunities, then generates a detailed cost optimization report.

Can I filter Azure subscription analysis to target specific cost optimization areas?

Yes, you can filter Azure subscription analysis interactively to target specific cost optimization areas. This allows you to focus the scan on particular subscriptions before identifying orphaned resources and generating rightsizing recommendations.

What limitations should I expect when using azqr for Azure cost optimization?

When using azqr for Azure cost optimization, you are limited to detecting orphaned resources and analyzing utilization metrics within your accessible Azure subscriptions. It requires proper CLI extension setup and cannot optimize resources without actual usage data.