# Finops Azure

> Azure FinOps and resource review workflow. Use when Azure resources, infrastructure specs, cost estimates, budgets, quotas, scaling, monitoring, or cloud operations are involved. Defaults to read-only Azure CLI discovery.

- **Type:** Skill
- **Install:** `agentstack add skill-jh941213-codex-lattice-finops-azure`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [jh941213](https://agentstack.voostack.com/s/jh941213)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [jh941213](https://github.com/jh941213)
- **Source:** https://github.com/jh941213/codex-lattice/tree/main/skills/finops-azure

## Install

```sh
agentstack add skill-jh941213-codex-lattice-finops-azure
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# FinOps Azure

Use this skill when Azure resources, infra specs, cost estimates, budgets, quotas, scaling, monitoring, or cloud operations are involved.

## Workflow

1. Use read-only `az` commands by default.
2. Confirm login and subscription:
   - `az account show --output json`
   - `az account list --output table`
3. Inventory relevant resources:
   - `az resource list --output json`
   - filter by resource group, tag, or service when known
4. Check cost and waste signals:
   - budgets
   - unattached disks
   - idle public IPs
   - oversized SKUs
   - missing autoscale
   - missing tags
5. Check operational signals:
   - diagnostic settings
   - alerts
   - metrics
   - backup/restore posture
6. Record durable assumptions in `.codex-lattice/model-visible/AZURE_INFRA_MEMORY.md`.
7. Update `docs/harness/COST_MODEL.md`, `docs/harness/INFRA_SPEC.md`, and `docs/harness/OPERATIONS_RUNBOOK.md`.

## Safety Rules

- Do not create, update, delete, scale, rotate, or restart Azure resources without explicit user approval.
- Never print secrets, keys, connection strings, tokens, or full credentials.
- Prefer JSON output for machine-readable evidence.

## Required Output

Return subscription, resource scope, cost drivers, waste candidates, monitoring gaps, risk, and next commands.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [jh941213](https://github.com/jh941213)
- **Source:** [jh941213/codex-lattice](https://github.com/jh941213/codex-lattice)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-jh941213-codex-lattice-finops-azure
- Seller: https://agentstack.voostack.com/s/jh941213
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
