IAMinerva
HomeBlogAbout
m3M365 NewscoMicrosoft CopilotteMicrosoft TeamsshSharePoint & OneDriveinIntune & SecurityexExchange & OutlookpoPower PlatformazAzure & Entra IDtuTutorials & GuidesevEvents & ConferencesseSecuritywiWindows
IAMinerva

Professional blog dedicated to the Microsoft 365 ecosystem.

Quick links

HomeBlogAboutNewsletter

Stay informed

Get the latest Microsoft 365 news delivered straight to your inbox.

© 2026 IAMinerva. All rights reserved.

Built withNext.js&Tailwind
Azure : skill GitHub Copilot pour calculer les prix MCP
BlogAzure & Entra IDAzure: GitHub Copilot skill for calculating prices with MCP
Azure & Entra ID#Azure#GitHub Copilot#Cost estimation

Azure: GitHub Copilot skill for calculating prices with MCP

Enhance your Azure workflows with the GitHub Copilot skill to perform and integrate real-time cost estimates via MCP.

Houssem MAKHLOUF
March 19, 2026
3 min read

TL;DR par Minerva

généré par IA

Enhance your Azure workflows with the GitHub Copilot skill to perform and integrate real-time cost estimates via MCP.

Introduction

Cost management is an essential aspect of designing Azure architectures. However, it is often relegated to a secondary step after technical decisions, which can create unnecessary interruptions in the process. The Azure Pricing Skill for GitHub Copilot aims to solve this problem by integrating cost estimates directly into the workflow, thanks to the Azure MCP tool.

Illustration of the process

Why this solution is crucial over time

The complexity of cost estimates increases with the size and diversity of environments to manage. Here are some cases where this can be problematic:

  • Multi-service architecture distributed across multiple regions.
  • Cost calculations during platform reviews or multi-team deployments.
  • Collection of reliable costs to help make real-time decisions.

With the integration of the Azure Pricing Skill in GitHub Copilot, costs become a key dimension when choosing a specific Azure service, a region, or a deployment method.

i

Good to know

This integration helps reduce confusion caused by inaccurate preliminary estimates and improves confidence in the data.

Main features of the Azure Pricing Skill

The Azure Pricing Skill uses the Azure MCP tool via the ms-azuretools.vscode-azure-github-copilot extension within VS Code. Here's how it works:

  • Accepted parameters: The MCP can handle parameters such as SKU, service, region, pricing type, currency, and OData filters.
  • Structured data rendering: In addition to raw prices returned by the Azure Retail Prices API, the skill provides monthly/annual estimates and reservation option comparisons.
  • Local optimization: By default, the skill uses GBP currency to avoid any misunderstanding when discussing in a British context.
1

Install the VS Code extension

Download and install the ms-azuretools.vscode-azure-github-copilot extension to access the integrated MCP tool.

2

Enable the MCP

Enable the Azure MCP tool in your VS Code environment. No additional configuration of the mcp.json file is necessary.

⚡PowerShell
1az extension add --name azure-mcp
3

Run Copilot commands

Query GitHub Copilot with simple requests to get structured cost estimates in real-time.

PLAINTEXT
1/azure-pricing How much does a Standard_D4s_v5 cost in UK South?

Example of generated results

A typical example is finding the cost of a specific SKU:

Request:

PLAINTEXT
1/azure-pricing How much does a Standard_D4s_v5 cost in UK South?

Result:

OptionPriceSavings compared to PAYG
Pay-as-you-go£0.164/hr—
Spot£0.0213/hr~87%
1-Year Reservation~£0.097/hr (£847 total)~41%
3-Year Reservation~£0.061/hr (£1,595 total)~63%

Advantages of this approach

  • Automation in Infrastructure-as-Code (IaC): You can ask GitHub Copilot to calculate costs defined in a Terraform or Bicep file.
  • Increased precision: Tools ask for clarifications on consumption-based services, such as Azure Functions or Cosmos DB.
  • Regional comparisons: Identify cost differences across multiple regions and assess their relevance against latency or operational preferences.
✦

Tip

Integrate this skill into your architecture discussions and code reviews to avoid costly mistakes.

Conclusion

With the integration of the Azure Pricing Skill in GitHub Copilot, costs shift from delayed validation to a central parameter of technical thinking. This offers several benefits:

  • Fluidity in engineering decisions: Compare costs from the initial choice of services.
  • Centralization of knowledge: Calculation logic documented in the references/COST-FORMULAS.md file enables standardization across teams.

IT professionals and platform teams will find here a powerful tool to establish rational workflows and reduce interruptions in their technical discussions.

Example of pricing output

To test or contribute to this skill, find the project on the github-copilot-agent-skills repo.

Share:
HM

Houssem MAKHLOUF

Microsoft 365 enthusiast & IT professional.

Previous article

Entra Passkeys: In-Depth Guide for Professionals

Mar 18, 2026
Next article

Azure Disaster Recovery Strategy for Enterprise Workloads

Mar 20, 2026

Related articles

Réseau de données avec une loupe et graphiques informatiques.azure

Azure Copilot Observability Agent: Diagnosing Your Applications

Discover Azure Copilot Observability Agent: automatically diagnose application problems and reduce resolution time with Azure AI.

Jun 29, 20267 min
Cadenas stylisé avec des éléments graphiques abstraits et du texte sur la sécurité.securite

New Microsoft 365 Security Adoption Model

Discover the Microsoft 365 security adoption guide based on Zero Trust principles: modular approaches and modern strategies.

Jun 29, 20264 min
Arbre stylisé en doré sur fond noir avec des éléments circulaires.azure

Choosing the Right Extension Type in Microsoft Entra

Discover Microsoft Entra extension types and choose the optimal configuration for your directory objects based on their usage.

Jun 27, 20264 min