Skip to main content
Version: Next

Task 01: Enable Azure Hybrid Benefit

⚠️ LICENSING REQUIREMENT - NOT A DEFAULT ENTITLEMENT

Azure Hybrid Benefit is NOT included by default. This benefit requires the customer to have:

  1. Windows Server Datacenter licenses with active Software Assurance (SA), obtained through:
  • Enterprise Agreement (EA) with active Software Assurance
  • Cloud Solution Provider (CSP) subscription
  • Microsoft Customer Agreement (MCA) with qualifying subscription
  1. Sufficient core licenses - Each Windows Server core license entitles use on one physical core of Azure Local. You must allocate enough core licenses to cover all physical cores on all servers in the Azure Local cluster.

  2. Ongoing compliance - Workloads using Azure Hybrid Benefit can run only during the Software Assurance or subscription license term. When the term approaches expiration, you must:

  • Renew your agreement with Software Assurance or subscription license, OR
  • Disable the Azure Hybrid Benefit functionality, OR
  • Deprovision workloads using Azure Hybrid Benefit

⚠️ Microsoft reserves the right to audit customers at any time to verify eligibility for Azure Hybrid Benefit utilization.

Reference: Azure Hybrid Benefit for Windows Server | Azure Hybrid Benefit for Azure Local

Azure Hybrid Benefit allows you to use existing Windows Server licenses with Software Assurance to reduce costs for Windows VMs running on Azure Local.

Overview

Azure Hybrid Benefit provides:

  • Up to 40% savings on Windows VM compute costs
  • License mobility from on-premises to Azure Local
  • Compliance with Microsoft licensing requirements

Prerequisites

  • Windows Server licenses with active Software Assurance
  • Azure Local cluster registered with Azure Arc
  • Owner or Contributor role on the cluster resource

Variables from variables.yml

VariableConfig PathExample
AZURE_SUBSCRIPTION_IDazure.subscription.id00000000-0000-0000-0000-000000000000
AZURE_RESOURCE_GROUPazure.resource_group.namerg-azurelocal-prod-eus2
CLUSTER_NAMEcluster.nameazl-dal-cl01

Execution Options

Steps

  1. Navigate to the Azure portalAzure ArcAzure Local
  2. Select your cluster resource
  3. Go to SettingsConfiguration
  4. Locate Azure Hybrid Benefit section
  5. Toggle Enable Azure Hybrid Benefit to On
  6. Review the licensing attestation
  7. Click Save

Verification

  1. Return to the cluster Overview page
  2. Confirm Azure Hybrid Benefit shows as Enabled

Verification

After enabling Azure Hybrid Benefit, verify the configuration:

# On the cluster node
Get-AzStackHCI | Select-Object ClusterName, AzureHybridBenefit

# From management server
$cluster = Get-AzResource -ResourceId $ClusterResourceId
$cluster.Properties.softwareAssuranceProperties

Troubleshooting

IssueResolution
"Cluster not connected"Verify Arc connection with Get-AzStackHCI
Permission deniedEnsure Owner or Contributor role on cluster resource
License attestation requiredReview and accept the licensing terms in Azure Portal

PreviousUpNext
← Phase 04: Security & GovernancePhase 05: Licensing & TelemetryTask 02: Windows Server Subscription →

VersionDateAuthorChanges
1.0.02026-03-24Azure Local Cloudnology TeamInitial release