Skip to content

Commit f794e97

Browse files
authored
Merge pull request #260305 from Farha-Bano/New_article_vmware_Dec5
Added new article - Deliver ESUs
2 parents 571b0bc + e21649b commit f794e97

6 files changed

Lines changed: 71 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Deliver ESUs for VMware VMs through Arc
3+
description: Deliver ESUs for VMware VMs through Azure Arc.
4+
ms.date: 12/06/2023
5+
ms.topic: how-to
6+
ms.services: azure-arc
7+
ms.subservice: azure-arc-vmware-vsphere
8+
author: Farha-Bano
9+
ms.author: v-farhabano
10+
manager: jsuri
11+
keywords: "VMware, Arc, Azure"
12+
---
13+
14+
# Deliver ESUs for VMware VMs through Arc
15+
16+
Azure Arc-enabled VMware vSphere allows you to enroll all the Windows Server 2012/2012 R2 VMs managed by your vCenter in [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview) (ESUs) at scale.
17+
18+
ESUs allow you to leverage cost flexibility in the form of pay-as-you-go Azure billing and enhanced delivery experience in the form of built-in inventory and keyless delivery. In addition, ESUs enabled by Azure Arc give you access to Azure management services such as [Azure Update Manager](https://learn.microsoft.com/azure/update-manager/overview?tabs=azure-vms), [Azure Automation Change Tracking and Inventory](https://learn.microsoft.com/azure/automation/change-tracking/overview?tabs=python-2), and [Azure Policy Guest Configuration](https://learn.microsoft.com/azure/cloud-adoption-framework/manage/azure-server-management/guest-configuration-policy) at no additional cost.
19+
20+
This article provides the steps to procure and deliver ESUs to WS 2012 and 2012 R2 VMware VMs onboarded to Azure Arc-enabled VMware vSphere.
21+
22+
>[!Note]
23+
> - To purchase ESUs, you must have Software Assurance through Volume Licensing Programs such as an Enterprise Agreement (EA), Enterprise Agreement Subscription (EAS), Enrollment for Education Solutions (EES), or Server and Cloud Enrollment (SCE). Alternatively, if your Windows Server 2012/2012 R2 machines are licensed through SPLA or with a Server Subscription, Software Assurance isn't required to purchase ESUs.
24+
25+
## Prerequisites
26+
27+
- The user account must have an Owner/Contributor role in a Resource Group in Azure to create and assign ESUs to VMware VMs.
28+
- The vCenter managing the WS 2012 and 2012 R2 VMs, for which the ESUs are to be applied, should be [onboarded to Azure Arc](./quick-start-connect-vcenter-to-arc-using-script.md). After onboarding, the WS 2012 and 2012 R2 VMs, for which the ESUs are to be applied, should be [Azure-enabled](./browse-and-enable-vcenter-resources-in-azure.md) and [guest management enabled](./enable-guest-management-at-scale.md).
29+
30+
## Create Azure Arc ESUs
31+
32+
1. Sign in to the [Azure portal](https://portal.azure.com/).
33+
2. On the **Azure Arc** page, select **Extended Security Updates** in the left pane. Here, you can view and create ESU Licenses and view eligible resources for ESUs.
34+
3. The **Licenses** tab displays Azure Arc WS 2012 licenses that are available. Select an existing license to apply or create a new license.
35+
36+
:::image type="content" source="media/deliver-esus-for-vmware-vms/select-or-create-license.png" alt-text="Screenshot of how to create a new license." lightbox="media/deliver-esus-for-vmware-vms/select-or-create-license.png":::
37+
38+
4. To create a new WS 2012 license, select **Create**, and then provide the information required to configure the license on the page. For detailed information on how to complete this step, see [License provisioning guidelines for Extended Security Updates for Windows Server 2012](../servers/license-extended-security-updates.md).
39+
5. Review the information provided and select **Create**. The license you created appears in the list, and you can link it to one or more Arc-enabled VMware vSphere VMs by following the steps in the next section.
40+
41+
:::image type="content" source="media/deliver-esus-for-vmware-vms/new-license-created.png" alt-text="Screenshot showing the successful creation of a new license." lightbox="media/deliver-esus-for-vmware-vms/new-license-created.png":::
42+
43+
## Link ESU licenses to Arc-enabled VMware vSphere VMs
44+
45+
You can select one or more Arc-enabled VMware vSphere VMs to link to an ESU license. Once you've linked a VM to an activated ESU license, the VM is eligible to receive Windows Server 2012 and 2012 R2 ESUs.
46+
47+
>[!Note]
48+
> You have the flexibility to configure your patching solution of choice to receive these updates – whether it's [Azure Update Manager](https://learn.microsoft.com/azure/update-center/overview), [Windows Server Update Services](https://learn.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), Microsoft Updates, [Microsoft Endpoint Configuration Manager](https://learn.microsoft.com/mem/configmgr/core/understand/introduction), or a third-party patch management solution.
49+
50+
1. Select the **Eligible Resources** tab to view a list of all your Arc-enabled server machines running Windows Server 2012 and 2012 R2, including VMware machines that are guest management enabled. The **ESUs status** column indicates whether the machine is ESUs enabled.
51+
52+
:::image type="content" source="media/deliver-esus-for-vmware-vms/view-arc-enabled-machines.png" alt-text="Screenshot of arc-enabled server machines running Windows Server 2012 and 2012 R2 under the eligible resources tab." lightbox="media/deliver-esus-for-vmware-vms/view-arc-enabled-machines.png":::
53+
54+
2. To enable ESUs for one or more machines, select them in the list, and then select **Enable ESUs**.
55+
3. On the **Enable Extended Security Updates** page, you can see the number of machines selected to enable ESUs and the WS 2012 licenses available to apply. Select a license to link to the selected machine(s) and select **Enable**.
56+
57+
:::image type="content" source="media/deliver-esus-for-vmware-vms/enable-license.png" alt-text="Screenshot of how to select and enable license." lightbox="media/deliver-esus-for-vmware-vms/enable-license.png":::
58+
59+
4. The **ESUs status** column value of the selected machines changes to **Enabled**.
60+
61+
>[!Note]
62+
> - See [Troubleshoot delivery of Extended Security Updates for Windows Server 2012](../servers/troubleshoot-extended-security-updates.md) to troubleshoot any problems that occur during the enablement process.<br>
63+
> - Review the [additional scenarios](../servers/deliver-extended-security-updates.md#additional-scenarios) in which you may be eligible to receive ESU patches at no additional cost.
64+
65+
## Next steps
66+
67+
[Programmatically deploy and manage Azure Arc Extended Security Updates licenses](../servers/api-extended-security-updates.md).
83.3 KB
Loading
175 KB
Loading
152 KB
Loading
280 KB
Loading

articles/azure-arc/vmware-vsphere/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
href: setup-and-manage-self-service-access.md
3737
- name: Perform VM operations on VMware VMs through Azure
3838
href: perform-vm-ops-through-azure.md
39+
- name: Enable Extended Security Updates
40+
items:
41+
- name: Deliver ESUs for VMware VMs through Arc
42+
href: deliver-extended-security-updates-for-vmware-vms-through-arc.md
3943
- name: Administer
4044
items:
4145
- name: Administer Arc-enabled VMware vSphere

0 commit comments

Comments
 (0)