Azure Finops
Azure FinOps reservation analysis, cost validation, waste discovery, and executive reporting. USE WHEN user says 'validate costs', 'check reservations', 'find waste', 'orphaned resources', 'reservation coverage', 'savings analysis', 'draft response for', 'cost analysis', 'are these reservations', 'reservation gaps', OR any Azure cost optimization request.
MCP get_skill({ skillId: "azure-finops-ddf8b9c4" })Use this skill with your agent
Create a free account and connect via MCP
# AzureFinOps Skill Azure cost optimization through reservation analysis, waste discovery, and stakeholder reporting. ## Important - All Azure operations are **READ-ONLY** — zero modifications to any resource - Primary output language: **Portuguese (BR)** for stakeholder responses - Python CLI fallback: `uv run python -m azure_finops` when MCP/CLI auth unavailable ## Context Files - `AzureToolReference.md` — MCP tools + CLI commands quick reference - `ReservationInventory.md` — SKU matching and reservation interpretation SOP - `PricingComparison.md` — PAYG vs RI pricing methodology and savings formulas ## Workflow Routing | Workflow | Trigger | File | |----------|---------|------| | ValidateCosts | "validate costs", "are these reservations or PAYG", "check billing" | `Workflows/ValidateCosts.md` | | FindWaste | "find waste", "orphaned disks", "orphaned resources" | `Workflows/FindWaste.md` | | CoverageAnalysis | "reservation coverage", "reservation gaps", "savings analysis" | `Workflows/CoverageAnalysis.md` | | DraftResponse | "draft response for", "resposta para", "executive summary" | `Workflows/DraftResponse.md` | ## Examples **Example 1 — Cost Validation:** > "Are these January costs reservations or pay-as-you-go?" > Routes to: `Workflows/ValidateCosts.md` **Example 2 — Waste Discovery:** > "Find orphaned disks and wasted resources across all subscriptions" > Routes to: `Workflows/FindWaste.md` **Example 3 — Executive Response:** > "Draft a response for Jean about the January billing anomalies" > Routes to: `Workflows/DraftResponse.md` --- ## Gotchas - **Reservation matching: SKU naming differs between usage data and purchase data** — `Standard_D8s_v3` in usage vs `D8sv3` in RI. A direct join misses 100%. - **Savings Plan vs Reservation can stack** — calculators that pick one ignore the combined savings. - **PAYG vs RI pricing**: Marketplace listings are excluded from RI — surprise unreserved charges show up for SQL Server BYOL, etc. - **Cost data lag is 24-48 hours** — same-day analyses miss recent activity entirely. - **RI scope (shared vs single-subscription)**: wrong scope means the RI applies to unintended workloads — and you discover it months later in an audit. - **Currency conversion in EA reports**: exchange rate is locked at month close; mid-month estimates use a different rate than the final invoice.
Related Skills
More skills in DevOps & Cloud
1password Skill
1password Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
Actions Manager
GitHub Actions command center -- view workflow runs, read logs, re-run failed jobs, manage workflows, and debug CI failures entirely from the editor. Bypasses the deeply nested, visually-dependent Actions UI that is largely inaccessible to screen readers.
Airunway Aks Setup
Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: "setup AI Runway", "onboard AKS cluster", "install AI Runway", "airunway setup", "deploy model to AKS", "GPU inference on AKS", "KAITO setup on AKS", "run LLM on AKS", "vLLM on AKS", "set up model serving on AKS", "AI Runway controller".
Alz Accelerator
Deploy Azure Landing Zones using the ALZ Accelerator with AVM (Azure Verified Modules). Use this skill whenever the user mentions Azure Landing Zones, ALZ, Azure landing zone accelerator, AVM modules for landing zones, deploying management groups, hub-and-spoke networking, Virtual WAN, platform landing zones, or asks about Bicep vs Terraform for Azure infrastructure. Also trigger when the user wants to bootstrap CI/CD for Azure platform deployment, set up management groups hierarchy, or deploy connectivity/identity/management platform subscriptions.
Alz Accelerator Skill
Alz Accelerator Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
Ansible Conventions and Best Practices
Ansible conventions and best practices
Explore Other Categories
Skills from other categories with shared topics
Python Design Patterns
Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.
Atuin
Shell history management with Atuin. Use when configuring shell history, setting up history sync, searching command history, importing history from other shells, troubleshooting atuin issues, or optimizing history workflows. Covers installation, sync setup, search modes, statistics, and self-hosting.
Azure Ad Sso
Azure AD OAuth2/OIDC SSO integration for Kubernetes applications. Use when implementing Single Sign-On, configuring Azure AD App Registrations, restricting access by groups, or integrating tools (DefectDojo, Grafana, ArgoCD, Harbor, SonarQube) with Azure AD authentication.