azure-prices

Solid

Look up and compare Azure service pricing using the Azure Retail Prices API. Use this skill whenever the user asks about Azure costs, pricing, rates, or wants to compare prices across regions or services — even if they don't say "pricing" explicitly. Trigger for questions like "how much does a D2 v2 VM cost?", "cheapest region for Azure SQL", or "compare storage prices between eastus and westeurope".

AI & Automation 534 stars 84 forks Updated 1 months ago CC0-1.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
91
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Azure Prices Fetch and compare live Azure service pricing using the bundled scripts that call the Azure Retail Prices API. ## Execution Rules Always use the bundled npm script for price lookups and comparisons when terminal execution is available. **DO NOT** call the Azure Retail Prices API directly. You can only use the script to call the API. ## Scripts All scripts live in `./scripts/` and run via npm: ```bash # List sample service names (discover what's available) npm run --prefix ./scripts get-prices # Get prices for a service in a region (default region: eastus) npm run --prefix ./scripts get-prices -- "Virtual Machines" eastus ``` The script accepts two positional arguments: 1. **Service name** (required for price lookup) — e.g. `"Virtual Machines"`, `"SQL Database"`, `"Storage"`, `"Azure Cosmos DB"` 2. **Region** (optional, defaults to `eastus`) — e.g. `eastus`, `westus2`, `westeurope`, `southeastasia` When called with no arguments, it prints a sample of available service names. ## How to Use The npm commands below are the preferred execution path for this skill and should be used instead of direct API calls whenever command execution is available. ### Single region lookup Run the script with the service name and region. Present results in a readable table. ### Cross-region comparison To compare prices across regions, run the script multiple times — once per region — then combine the results into a comparison table. For example, to compare Virtual Ma...

Details

Author
Code-and-Sorts
Repository
Code-and-Sorts/awesome-copilot-agents
Created
1 years ago
Last Updated
1 months ago
Language
TypeScript
License
CC0-1.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

azure-pricing

Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.

34,887 Updated today
github
DevOps & Infrastructure Listed

azure-cost

Unified Azure cost management: query historical costs, forecast future spending, and optimize to reduce waste. WHEN: "Azure costs", "Azure spending", "Azure bill", "cost breakdown", "cost by service", "cost by resource", "how much am I spending", "show my bill", "monthly cost summary", "cost trends", "top cost drivers", "actual cost", "amortized cost", "forecast spending", "projected costs", "estimate bill", "future costs", "budget forecast", "end of month costs", "how much will I spend", "optimize costs", "reduce spending", "find cost savings", "orphaned resources", "rightsize VMs", "cost analysis", "reduce waste", "unused resources", "optimize Redis costs", "cost by tag", "cost by resource group", "AKS cost analysis add-on", "namespace cost", "cost spike", "anomaly", "budget alert", "AKS cost visibility". DO NOT USE FOR: deploying resources, provisioning infrastructure, diagnostics, security audits, or estimating costs for new resources not yet deployed.

353 Updated today
aiskillstore
DevOps & Infrastructure Solid

azure-cost

Unified Azure cost management: query historical costs, forecast future spending, and optimize to reduce waste. WHEN: "Azure costs", "Azure spending", "Azure bill", "cost breakdown", "cost by service", "cost by resource", "how much am I spending", "show my bill", "monthly cost summary", "cost trends", "top cost drivers", "actual cost", "amortized cost", "forecast spending", "projected costs", "estimate bill", "future costs", "budget forecast", "end of month costs", "how much will I spend", "optimize costs", "reduce spending", "find cost savings", "orphaned resources", "rightsize VMs", "cost analysis", "reduce waste", "unused resources", "optimize Redis costs", "cost by tag", "cost by resource group", "AKS cost analysis add-on", "namespace cost", "cost spike", "anomaly", "budget alert", "AKS cost visibility". DO NOT USE FOR: deploying resources, provisioning infrastructure, diagnostics, security audits, or estimating costs for new resources not yet deployed.

1,998 Updated 2 months ago
microsoft