Skip to content

Commit 4970f19

Browse files
committed
minor change
1 parent fbeb431 commit 4970f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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,7 +37,7 @@ 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 a message like the following text is displayed:
4141

4242
> 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.
4343
@@ -71,7 +71,7 @@ If you get a successful response, you'll see the metadata information from the V
7171
```output
7272
compute
7373
-------
74-
@{azEnvironment=AzurePublicCloud; customData=; evictionPolicy=; isHostCompatibilityLayerVm=true; licenseType=; location=eastus; name=testWs2022; offer=WindowsServer; ...
74+
@{azEnvironment=AzurePublicCloud; customData=; evictionPolicy=; isHostCompatibilityLayerVm=true; licenseType=; location=eastus; name=testWs; offer=WindowsServer; ...
7575
```
7676

7777
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).

0 commit comments

Comments
 (0)