Unable to Activate Azure Benefits on Windows Server 2025 Datacenter Azure Edition VM

Priyanka 0 Reputation points
2026-07-20T12:36:27.05+00:00

Hello Azure Support Team,

We are encountering an issue while attempting to activate Azure benefits on a Windows Server 2025 Datacenter Azure Edition virtual machine.
The VM displays the following message:

"Your Windows Server 2025 Datacenter Azure Edition VM has been deactivated because you are not running on Azure or a supported Azure Stack hypervisor, or that you have not enabled Azure benefits on the supported Azure Stack. To enable Azure benefits, go to your cluster settings in Windows Admin Center > Enable Azure benefits."
Details:

  • Operating System: Windows Server 2025 Datacenter Azure Edition
  • Issue: VM appears to be deactivated and Azure benefits cannot be activated.
  • We would like to understand:
    1. Why the VM is detecting that it is not running on a supported Azure/Azure Stack environment.
      1. Whether any additional configuration is required to enable Azure benefits.
        1. How to reactivate the VM and restore the Azure Edition licensing status.
          1. Any diagnostic steps we can perform to verify the current licensing and activation state. Please let us know if you require any additional information.

Subscription ID: a094c85c-f60d-4f02-b40d-a5b42c4bfdc8
VM name : ArtlockerAutomationVMUser's image

Thank you for your assistance. Best regards,
Priyanka

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. Christos Panagiotidis 3,546 Reputation points
    2026-07-21T08:25:37.72+00:00

    That message does not necessarily mean the VM uses an unsupported hypervisor. On Windows Server 2025 Datacenter: Azure Edition, it can appear when the guest cannot obtain its activation token from Azure Instance Metadata Service (IMDS), or cannot validate the token's certificate chain.

    In an elevated session, run slmgr.vbs /dlv and slmgr.vbs /ato to capture the licensing channel and error. Query IMDS at 169.254.169.254 using the Metadata header and bypassing proxies. Check route print to confirm that address uses the primary Azure NIC, and verify the guest MAC and private IP match the primary NIC in Azure.

    If IMDS responds, validate the attested-document certificate chain. Permit certificate and revocation-list downloads, install missing certificates in Local Machine, run C:\Windows\System32\fclip.exe, then restart. The Windows Admin Center Azure-benefits setting applies to Azure Local, not an Azure-hosted VM. If all checks pass but activation remains failed, open an Azure VM support request with outputs.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.