azure-pricing

azure-pricing is a skill for Claude Code, Codex from vinayaklatthe/microsoft-security-skills. It costs 85 tokens per session (690 once invoked), scanned A, original, MIT.

Guidance for estimating the cost of Azure security services, including Microsoft Sentinel, Defender for Cloud, and Key Vault. It explains which charges depend on usage and which depend on users or resources.

In plain words
What is it for?
Preparing security-service cost estimates, checking current Azure rates, finding major cost drivers, and evaluating options such as log routing, retention, and commitment tiers.
Why use it?
Azure security bills can be driven by data volume, operations, licensed users, or enabled resources. This helps identify the quantities to estimate and ways to reduce unnecessary spend.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Preparing security-service cost estimates, checking current Azure rates, finding major cost drivers, and evaluating options such as log routing, retention, and commitment tiers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vinayaklatthe/microsoft-security-skills/azure-pricing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vinayaklatthe/microsoft-security-skills --skill azure-pricing
Clone the repo
git clone --depth 1 https://github.com/vinayaklatthe/microsoft-security-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-pricing

README.md
[![agentmods](https://agentmods.dev/badge/skills/vinayaklatthe/microsoft-security-skills/azure-pricing/github.svg)](https://agentmods.dev/skills/vinayaklatthe/microsoft-security-skills/azure-pricing)
Your own site
<a href="https://agentmods.dev/skills/vinayaklatthe/microsoft-security-skills/azure-pricing"><img src="https://agentmods.dev/badge/skills/vinayaklatthe/microsoft-security-skills/azure-pricing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azure-pricing

Your own site · 80×15
<a href="https://agentmods.dev/skills/vinayaklatthe/microsoft-security-skills/azure-pricing"><img src="https://agentmods.dev/badge/skills/vinayaklatthe/microsoft-security-skills/azure-pricing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 690 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.00690
Opus 5 $0.00043 $0.00345
Sonnet 5 $0.00017 $0.00138
Haiku 4.5 $0.00009 $0.00069

Measured 11d ago against content hash 47aaf2d874de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

azure-pricing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/azure-pricing/SKILL.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Azure Security Pricing & Cost Estimation

Security services on Azure mix consumption-based (e.g., data ingestion, transactions) and per-resource/seat pricing. This skill helps reason about and estimate costs and identify optimisation levers. Always confirm current rates on official pricing pages.

When to use

Producing a cost estimate or optimising spend for a security solution.

Key cost drivers

  • Microsoft Sentinel — Driven mainly by data ingestion (per GB) and retention. Use Commitment Tiers, route low-value logs to Auxiliary/Basic logs or ADX, and avoid duplicate ingestion.
  • Defender for Cloud — Foundational CSPM is free; Defender plans are per-resource (e.g., per server/hour, per 10K transactions, per vCore). Enable plans where risk justifies.
  • Microsoft Defender XDR / Purview / Entra ID P2 — Largely per-user licensing (E5 / add-ons) rather than consumption.
  • Key Vault — Per-operation (secrets/keys/certs) and HSM pool charges (Managed HSM).
  • Azure Firewall / Front Door / DDoS — Deployment + data processing charges.

Approach

  1. List components and identify which are consumption vs licensed.
  2. Estimate quantities — e.g., Sentinel daily GB, number of protected servers/resources.
  3. Use the Pricing Calculator to model the estimate; add it to the workload TCO.
  4. Apply optimisation — commitment tiers, log tiering, right-size Defender plan coverage, remove unused resources.
  5. Validate licensing — Confirm whether E5/add-ons already cover a capability before adding consumption cost.

Guardrails

  • Pricing changes — always verify against the live pricing page and your agreement (EA/MCA/CSP).
  • Sentinel ingestion is the most common cost surprise — plan log tiering up front.
  • Don't disable needed protection purely for cost; optimise scope instead.

Example prompts

  • Estimate the cost of Microsoft Sentinel and Defender for Cloud for my environment.
  • What are the main cost drivers for Microsoft security services?
  • How do I optimise security spend across licensing and consumption?
  • Help me budget for security ingestion and per-resource Defender plans.

Read the full file on GitHub · 55 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 55 lines · 85 tokens per session scan A 47aaf2d874de

Subscribe to this mod's changes

azure-pricing is a skill published in the GitHub repository vinayaklatthe/microsoft-security-skills (173 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 690 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deepspeed

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention.

davila7/claude-code-templates · 38 tokens

agents-sdk-provision

Use when provisioning Azure resources for a Microsoft Agents SDK application — including creating an Azure Bot Service resource, setting up Entra app registrations, configuring identity credentials (UserManagedIdentity, FederatedCredentials, or ClientSecret), adding a Teams channel, running Bicep deployments for SSO…

microsoft/Agents · 131 tokens

detecting-azure-service-principal-abuse

Detect and investigate Azure service principal abuse including privilege escalation, credential compromise, admin consent bypass, and unauthorized enumeration in Microsoft Entra ID environments.

xalgorix/xalgorix · 38 tokens

detecting-azure-lateral-movement

Detect lateral movement in Azure AD/Entra ID environments using Microsoft Graph API audit logs, Azure Sentinel KQL hunting queries, and sign-in anomaly correlation to identify privilege escalation, token theft, and cross-tenant pivoting.

xalgorix/xalgorix · 54 tokens

aspire

Build, upgrade, and operate Aspire 13.5.x C# or TypeScript application hosts with the current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, MCP, and deployment patterns for distributed apps. USE FOR: Aspire.AppHost.Sdk, Aspire.Hosting., DistributedApplication.CreateBuilder, apphost.mts…

managedcode/dotnet-skills · 145 tokens

azure-functions

Build, review, or migrate Azure Functions in .NET with correct execution model, isolated worker setup, bindings, DI, and Durable Functions patterns. USE FOR: working on Azure Functions in .NET; migrating from the in-process model to the isolated worker model; adding Durable Functions, bindings, or host configuration.…

managedcode/dotnet-skills · 113 tokens