What problem does it solve? Getting accurate Azure pricing requires navigating the Azure pricing calculator or portal manually, and Copilot Studio credit costs are hard to estimate without knowing current billing rates. This Skill queries the public Azure Retail Prices API directly and applies documented Copilot Studio billing formulas to produce concrete cost estimates. ## Core Features & Use Cases - Real-Time Price Lookup: Query the Azure Retail Prices API with OData filters by service name, region, SKU, and price type, including reservation, savings plan, and spot pricing. - Cost Estimation: Convert unit prices into monthly and annual estimates using documented formulas for VMs, Functions, Storage, Cosmos DB, SQL Database, AKS, and Azure OpenAI. - Copilot Studio Credit Estimation: Calculate Copilot Credit consumption and USD cost for agents based on users, interactions, knowledge sources, and tool usage, with live rates fetched from Microsoft Learn. - Use Case: A user asks "How much would a Standard_D4s_v5 VM cost per month in West Europe with a 1-year reservation?" The Skill builds the correct API filter, fetches the price, and returns a comparison table of pay-as-you-go versus reservation costs. ## Quick Start Ask the agent to estimate the monthly cost of an Azure service in a specific region, for example by requesting the price of a D4s v5 VM in East US with reservation options compared.