Skip to content

Commit 5927f40

Browse files
author
Simonx Xu
authored
Merge pull request #8382 from AmandaAZ/Branch-CI4370
AB#4370: Add a product
2 parents 3780164 + 02342d4 commit 5927f40

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

support/azure/virtual-machines/windows/activation-watermark-appears.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Learn how to resolve a scenario in which a Windows activation water
44
author: cwhitley-MSFT
55
ms.author: cwhitley
66
ms.reviewer: scotro, scottmca, kimberj, jdickson, shache, v-naqviadil, v-leedennis, v-weizhu
7-
ms.date: 06/04/2024
7+
ms.date: 03/07/2025
88
ms.service: azure-virtual-machines
99
ms.custom: sap:Cannot activate my Windows VM
1010
ms.topic: troubleshooting-problem-resolution
1111
#Customer intent: As an Azure administrator, I want to learn how to resolve the appearance of an "Activate Windows" watermark so that I can successfully use Windows on my Azure virtual machine.
1212
---
1313
# Windows activation watermark continues to be displayed
1414

15-
**Applies to:** :heavy_check_mark: Windows VMs running Windows Server 2022 Datacenter Azure Edition
15+
**Applies to:** :heavy_check_mark: Windows VMs running Windows Server 2025 Datacenter Azure Edition, Windows VMs running Windows Server 2022 Datacenter Azure Edition
1616

1717
This document discusses how to resolve the continued presence of a Windows activation watermark on Microsoft Azure virtual machines.
1818

@@ -22,7 +22,7 @@ This document discusses how to resolve the continued presence of a Windows activ
2222

2323
## Symptoms
2424

25-
When you use an Azure virtual machine (VM) that runs Windows Server 2022 Datacenter Azure Edition, you encounter the following symptoms:
25+
When you use an Azure virtual machine (VM) that runs Windows Server 2025/2022 Datacenter Azure Edition, you encounter the following symptoms:
2626

2727
- You see a watermark on the desktop that contains the following message:
2828

@@ -37,9 +37,11 @@ When you use an Azure virtual machine (VM) that runs Windows Server 2022 Datacen
3737
```console
3838
cscript c:\windows\system32\slmgr.vbs /dlv
3939
```
40-
- When you restart or sign in to the VM, a pop-up window with the following message is displayed:
40+
- When you restart or sign in to the VM, a pop-up window with one of the following messages is displayed:
4141

42-
> Your Windows Server 2022 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.
42+
- > Your Windows Server 2022 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.
43+
44+
- > 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.
4345
4446
## Cause 1: Azure Instance Metadata Service connection issue
4547

@@ -71,7 +73,7 @@ If you get a successful response, you'll see the metadata information from the V
7173
```output
7274
compute
7375
-------
74-
@{azEnvironment=AzurePublicCloud; customData=; evictionPolicy=; isHostCompatibilityLayerVm=true; licenseType=; location=eastus; name=testWs2022; offer=WindowsServer; ...
76+
@{azEnvironment=AzurePublicCloud; customData=; evictionPolicy=; isHostCompatibilityLayerVm=true; licenseType=; location=eastus; name=testWs; offer=WindowsServer; ...
7577
```
7678

7779
If not, it means that the connection to the IMDS wire server is blocked somewhere, and access to it needs to be allowed. The IP of the IMDS server is `169.254.169.254`. To fix the connection issue, go to [Solution 1: Bypass web proxies within the VM](#solution-1-bypass-web-proxies-within-the-vm).

support/azure/virtual-machines/windows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
href: ../../../windows-server/deployment/error-0xc004f06c-activate-windows.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
408408
- name: Error 0xC004F074
409409
href: windows-vm-activation-error-0xc004f074.md
410-
- name: Windows activation watermark continues to be displayed
410+
- name: Activation watermark continues to be displayed
411411
href: activation-watermark-appears.md
412412
- name: KMS endpoints - new endpoints
413413
href: windows-activation-stopped-working.md

0 commit comments

Comments
 (0)