Skip to content

Commit e063661

Browse files
committed
added text
1 parent c4eb690 commit e063661

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,58 @@ ms.topic: conceptual
77

88
# License provisioning guidelines for Extended Security Updates for Windows Server 2012
99

10+
Flexibility is critical when enrolling end of support infrastructure in Extended Security Updates (ESU) through Azure Arc to receive critical patches. To give ease of options across virtualization and disaster recovery scenarios, you must first provision Windows Server 2012 Arc ESU licenses and then link those licenses to your Azure Arc-enabled servers. The linking and provisioning of licenses can be done through Azure portal, ARM templates, CLI, or Azure Policy.
1011

12+
When provisioning WS2012 ESU licenses, you need to specify whether you'll attest to virtual core or physical cores, Standard or Datacenter, and the number of associated cores (specifying the number of 2-core and 16-core packs). To assist with this license provisioning process, this article provides general guidance and sample customer scenarios for planning your deployment of WS2012 ESUs through Azure Arc.
1113

14+
## General guidance: Standard vs. Datacenter, Physical vs. Virtual Cores
1215

16+
### Physical core licensing
17+
If you choose to license based on physical cores, the licensing requires a minimum of 16 physical cores per server. Most customers choose to license based on physical cores and select Standard or Datacenter to match their original server’s licensing. While Standard licensing can be applied to up to 2 virtual machines (VMs), Datacenter licensing has no limit to the number of VMs it can be applied too. Depending on the number of VMs covered, it may make sense to opt for the Datacenter license instead of the Standard license.
1318

19+
### Virtual core licensing
20+
If you choose to license based on virtual cores, the licensing requires a minimum of 8 vCPUs per Virtual Machine. There are two main scenarios where this model is advisable:
1421

22+
1. If the VM is running on a third-party host or hyper scaler like AWS, GCP, or OCI.
1523

24+
1. The Windows Server was licensed on a virtualization basis. In most cases, customers elect the Standard edition for virtual core-based licenses.
1625

26+
An additional scenario ([scenario 1, below](#scenario-1-8-modern-32-core-hosts-not-windows-server-2012-while-each-of-these-hosts-are-running-4-8-core-vms-only-one-vm-on-each-host-is-running-windows-server-2012-r2)) is a candidate for VM/Virtual core licensing when the WS2012 VMs are running on a newer Windows Server host (i.e., Windows Server 2016 or later).
1727

18-
28+
> [!IMPORTANT]
29+
> In all cases, customers are required to attest to their conformance with SA or SPLA. There is no exception for these requirements. Software Assurance or an equivalent Server Subscription is required for customers to purchase Extended Security Updates on-premises and in hosted environments. Customers will be able to purchase Extended Security Updates via Enterprise Agreement (EA), Enterprise Subscription Agreement (EAS), a Server & Cloud Enrollment (SCE), and Enrollment for Education Solutions (EES). On Azure, customers do not need Software Assurance to get free Extended Security Updates, but Software Assurance or Server Subscription is required to take advantage of the Azure Hybrid Benefit.
1930
>
31+
32+
## Scenario based examples: Compliant and Cost Effective Licensing
33+
34+
### Scenario 1: 8 modern 32-core hosts (not Windows Server 2012). While each of these hosts are running 4 8-core VMs, only one VM on each host is running Windows Server 2012 R2
35+
36+
In this scenario, you can use virtual core-based licensing to avoid covering the entire host by provisioning 8 Windows Server 2012 Standard licenses for 8 virtual cores each and link each of those licenses to the VMs running Windows Server 2012 R2. Alternatively, you could consider consolidating your Windows Server 2012 R2 VMs into 2 of the hosts to take advantage of physical core-based licensing options.
37+
38+
### Scenario 2: A branch office with 4 VMs, each 8-cores, on a 32-core Windows Server 2012 Standard host
39+
40+
In this case, you should provision 2 WS2012 Standard licenses for 16 physical cores each and apply to the 4 Arc-enabled servers. Alternatively, you could provision 4 WS2012 Standard licenses for 8 virtual cores each and apply individually to the 4 Arc-enabled servers.
41+
42+
### Scenario 3: 8 physical servers in retail stores, each server is standard with 8 cores each and there is no virtualization
43+
44+
In this scenario, you should apply 8 WS2012 Standard licenses for 16 physical cores each and link each license to a physical server. Note that the 16 physical core minimum applies to the provisioned licenses.
45+
46+
### Scenario 4: Multicloud environment with 12 AWS VMs, each of which have 12 cores and are running Windows Server 2012 R2 Standard
47+
48+
In this scenario, you should apply 12 Windows Server 2012 Standard licenses with 12 virtual cores each, and link individually to each AWS VM.
49+
50+
### Scenario 5: Customer has already purchased the traditional Windows Server 2012 ESUs through Volume Licensing
51+
52+
In this scenario, the Azure Arc-enabled servers that have been enrolled in Extended Security Updates through an activated MAK Key will be surfaced as enrolled in ESUs in Azure portal. You have the flexibility to switch from this key-based traditional ESU model to WS2012 ESUs enabled by Azure Arc between Year 1 and Year 2.
53+
54+
### Scenario 6: Migrating or retiring your Azure Arc-enabled servers enrolled in Windows Server 2012 ESUs
55+
56+
In this scenario, you can deactivate or decommission the ESU Licenses associated with these servers. If only part of the server estate covered by a license no longer requires ESUs, you can modify the ESU license details to reduce the number of associated cores.
57+
58+
### Scenario 7: 128-core Windows Server 2012 Datacenter server running between 10 and 15 Windows Server 2012 R2 VMs that get provisioned and deprovisioned regularly
59+
60+
In this scenario, you should provision a Windows Server 2012 Datacenter license associated with 128 physical cores and link this license to the Arc-enabled Windows Server 2012 R2 VMs running on it. The deletion of the underlying VM will also delete the corresponding Arc-enabled server resource, enabling you to link an additional Arc-enabled server.
61+
2062
## Next steps
2163

2264
* Find out more about [planning for Windows Server and SQL Server end of support](https://www.microsoft.com/en-us/windows-server/extended-security-updates) and [getting Extended Security Updates](/windows-server/get-started/extended-security-updates-deploy).

0 commit comments

Comments
 (0)