Skip to content

Commit 66fa11f

Browse files
Merge pull request #285727 from johnmarco/jm-esu-license-update
Arc ESUs: Added license transitioning
2 parents 75420ec + 53f2cee commit 66fa11f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/azure-arc/servers/api-extended-security-updates.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Programmatically deploy and manage Azure Arc Extended Security Updates licenses
33
description: Learn how to programmatically deploy and manage Azure Arc Extended Security Updates licenses for Windows Server 2012.
4-
ms.date: 10/23/2023
4+
ms.date: 08/28/2024
55
ms.topic: conceptual
66
---
77

@@ -36,6 +36,26 @@ https://management.azure.com/subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOUR
3636
}
3737
```
3838

39+
### Transitioning from volume licensing
40+
41+
Programmatically, you can use Azure CLI to generate new licenses, specifying the `Volume License Details` parameter in your Year 1 Volume Licensing entitlements by entering the respective invoice numbers. You must explicitly specify the Invoice Id (Number) in your license provisioning for Azure Arc:
42+
43+
```azurecli
44+
az connectedmachine license create --license-name
45+
--resource-group
46+
[--edition {Datacenter, Standard}]
47+
[--license-type {ESU}]
48+
[--location]
49+
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
50+
[--processors]
51+
[--state {Activated, Deactivated}]
52+
[--tags]
53+
[--target {Windows Server 2012, Windows Server 2012 R2}]
54+
[--tenant-id]
55+
[--type {pCore, vCore}]
56+
[--volume-license-details]
57+
```
58+
3959
## Link a license
4060

4161
To link a license, execute the following commands:

0 commit comments

Comments
 (0)