skills/smithery.ai/azure-cost-optimizer

azure-cost-optimizer

Installation
SKILL.md

Azure Cost Optimizer

Quick Start

Analyze Azure costs and implement optimization strategies to reduce spending while maintaining performance.

Instructions

Step 1: Analyze current costs

# View cost analysis
az cost-management query \
  --type Usage \
  --dataset-aggregation name="PreTaxCost" function="Sum" \
  --dataset-grouping name="ResourceGroup" type="Dimension"
Installs
1
First Seen
Apr 21, 2026
azure-cost-optimizer from smithery.ai