Skip to content

Azure Hybrid Benefit

Azure Hybrid Benefit (AHUB) allows customers with existing Microsoft licenses to reduce Azure compute costs by 40% on Windows Server VMs and 55% on SQL Server databases. CLARITY automatically detects resources not using AHUB and calculates the exact monthly savings potential.

Overview

AHUB is a Microsoft licensing program that lets you bring your on-premises licenses with active Software Assurance to Azure. Instead of paying for "License Included" pricing, you enable "BasePrice" (SQL) or "Windows_Server" (VMs) licensing mode and save 40-55% on those resources.

CLARITY tracks which Windows Server VMs and SQL Server databases have AHUB enabled and flags opportunities where you could be saving money.

Cost Optimization, Not License Management

CLARITY is a FinOps platform, not a Software Asset Management (SAM) tool. We detect which resources have/don't have AHUB enabled and calculate savings potential — you remain responsible for license compliance. Microsoft's Volume Licensing Service Center (VLSC) is the authoritative source for your license inventory.

How It Works

CLARITY queries Azure APIs to detect the licenseType property on every Windows VM and SQL database:

Windows Server VMs

  • Without AHUB: licenseType: 'None' — paying for "License Included" pricing
  • With AHUB: licenseType: 'Windows_Server' — bringing your own license (40% discount)

SQL Server Databases

  • Without AHUB: licenseType: 'LicenseIncluded' — paying for full SQL + compute pricing
  • With AHUB: licenseType: 'BasePrice' — bringing your own SQL license (55% discount)

Every sync, CLARITY evaluates your estate and generates insights for eligible resources.

Dashboard Hero Card

When Azure is connected and AHUB savings exceed $500/month, a prominent blue banner appears at the top of your dashboard:

The card shows:

  • Total monthly and annual savings potential
  • Count of eligible Windows VMs and SQL databases
  • One-click navigation to detailed recommendations

Insights Page — Licensing Category

AHUB opportunities appear in the Insights page under a dedicated Licensing category with Azure branding:

  • Blue background — visually distinct from multi-cloud insights
  • "AZURE" badge — provider-specific indicator
  • Human-readable names — "Production Web Server 01" not "web-prod-01"
  • Grouped by category — all AHUB findings in one collapsible section

Insight Types

TypeDescriptionSavings
Windows Server AHUBWindows VMs paying for License Included pricing40%
SQL Server AHUBSQL databases paying for LicenseIncluded55%
AHUB MisconfiguredLinux VMs with AHUB enabled (waste)

Detail Modal

Click any AHUB opportunity to see:

Before/After Cost Comparison

A visual grid showing:

  • Current Cost: $1,200/month (License Included)
  • With AHUB: $540/month (BasePrice)
  • Savings: $660/month (55%)

Azure CLI Commands

Copy-paste ready commands to enable AHUB:

Windows Server VM:

bash
az vm update \
  --resource-group production-rg \
  --name web-server-01 \
  --license-type Windows_Server

SQL Server Database:

bash
az sql db update \
  --resource-group production-rg \
  --server sql-prod-01 \
  --name analytics-db \
  --license-type BasePrice

License Requirements

Clear disclaimer about Software Assurance needs and license compliance responsibilities.

Cost Optimization Reports

AHUB opportunities appear in Cost Optimization reports with:

  • Summary statistics (total savings, resource counts)
  • Top 10 Windows VM opportunities
  • Top 10 SQL Database opportunities
  • License compliance disclaimer

Reports can be exported as PDF for executive distribution.

Real-World Example

A mid-size SaaS company running 50 Azure VMs and 10 SQL databases discovered:

  • 35 Windows VMs without AHUB → $12,600/month potential savings
  • 7 SQL databases without AHUB → $8,400/month potential savings
  • Total: $21,000/month ($252,000/year)

After enabling AHUB (they already owned the licenses), their Azure bill dropped 32% with zero architectural changes or downtime.

Pricing Examples

Windows Server VMs (40% savings)

VM SizeWithout AHUBWith AHUBSavings
Standard_D2s_v3$150/mo$90/mo$60/mo
Standard_D4s_v3$300/mo$180/mo$120/mo
Standard_D8s_v3$600/mo$360/mo$240/mo

SQL Server Databases (55% savings)

SKUWithout AHUBWith AHUBSavings
GP_Gen5_2$587/mo$264/mo$323/mo
GP_Gen5_4$875/mo$394/mo$481/mo
GP_Gen5_8$1,250/mo$563/mo$687/mo

Pricing Notes

Examples based on Azure US East pricing as of July 2026. Actual costs vary by region, reserved instance usage, and promotional discounts.

Detection Logic

CLARITY flags resources as AHUB opportunities when:

Windows Server VMs

  • licenseType === 'None' (License Included)
  • osType === 'Windows'
  • state === 'Running'
  • Monthly cost ≥ $50 (filters noise)

SQL Server Databases

  • licenseType === 'LicenseIncluded'
  • state === 'Online'
  • Monthly cost ≥ $100 (filters noise)

Misconfigured (waste detection)

  • licenseType === 'Windows_Server' (AHUB enabled)
  • osType === 'Linux'
  • Flagged as configuration error

License Requirements

To use Azure Hybrid Benefit, you must own:

Windows Server

  • Windows Server Standard or Datacenter licenses
  • Active Software Assurance or Server Subscription
  • One 16-core license or two 8-core licenses per VM

SQL Server

  • SQL Server Standard or Enterprise licenses
  • Active Software Assurance
  • Licensing by vCores (4 vCore minimum for SQL Enterprise)

Compliance Responsibility

You are responsible for license compliance. CLARITY tracks which resources have AHUB enabled and calculates cost savings — it does not track total licenses owned, license expiration dates, or compliance status. Consult with Microsoft licensing specialists before enabling AHUB.

What CLARITY Does (and Doesn't Do)

What We Do

✅ Detect AHUB status per VM and SQL database (from Azure API)
✅ Calculate 40-55% savings potential
✅ Show exact monthly/annual cost reduction
✅ Provide Azure CLI commands to enable AHUB
✅ Include AHUB opportunities in reports

What We Don't Do

❌ Track total licenses owned (no API available)
❌ Show "X of Y licenses used" (requires manual VLSC data)
❌ Monitor license expiration dates
❌ Validate compliance status
❌ Manage Software Assurance renewals

Honest About Limitations

Azure APIs don't expose total license counts — that data lives in Microsoft's Volume Licensing Service Center (VLSC) and has no API. Every FinOps platform faces this limitation. We're honest about what we can (cost savings) and can't (license compliance) do.

FAQ

Can CLARITY track my total licenses?

No. Azure APIs don't expose total license inventory. You manage that through Microsoft's Volume Licensing Service Center (VLSC).

Will CLARITY automatically enable AHUB?

No. CLARITY never has write credentials to your cloud accounts. We show you the opportunity and the CLI command — you execute it.

What if I enable AHUB without owning the licenses?

That's a compliance violation between you and Microsoft. CLARITY can't validate license ownership — you're responsible for ensuring you own the required licenses before enabling AHUB.

How accurate are the savings calculations?

Savings calculations use real Azure pricing APIs (40% for Windows VMs, 55% for SQL databases). The figures reflect documented Microsoft discounts and are accurate as of the date CLARITY queries the pricing catalog.

Do I need to update license counts in CLARITY?

No. CLARITY doesn't track license inventory. We only track which resources have AHUB enabled (from the Azure API) and calculate savings potential.

What about other AHUB-eligible services?

This release focuses on Windows Server VMs and SQL Server databases — the two largest AHUB opportunities. Future releases may include:

  • Azure VMware Solution (AVS)
  • Windows Client (VDI)
  • Azure Kubernetes Service (AKS) Windows nodes

Getting Started

  1. Connect Azure — Add your Azure credentials via Cloud Setup
  2. Wait for sync — AHUB insights generate automatically within 5-10 minutes
  3. Check Dashboard — Look for the blue "Azure Cost Optimization" banner
  4. Review Insights — Navigate to Insights → Licensing category
  5. Enable AHUB — Use the provided CLI commands or Azure Portal

Pre-Flight Check

Before enabling AHUB, verify you own the required licenses with active Software Assurance. Consult with your Microsoft licensing specialist or procurement team if uncertain.

Comparison with Other Tools

FeatureCLARITYVantageCloudHealthFlexera
Detect AHUB status
Calculate savings
Azure CLI commands
Track license inventoryManual input
License complianceManual + SAM module
Honest about limits

Competitive Advantage

We're honest about what Azure APIs can and can't do. Competitors market "license management" features that require manual data entry — we focus on what's real: cost optimization from live Azure data.

What's Next?

Multi-Cloud FinOps Platform