Hello
Based on the information I found, it seems that the process of enabling ESUs for Azure Arc-enabled servers is a bit different from the steps you’ve followed.
Here’s a high-level overview of the process:
Obtain Extended Security Updates for Windows Server: You can enroll your Windows Server 2012 and 2012 R2 or SQL Server 2012 machines for Extended Security Updates via the Azure portal, connect through Azure Arc, and you’ll be billed monthly via your Azure subscription.
Activate ESUs for Arc enabled servers: If your servers are on-premises or in a hosted environment, you can use a Multiple Activation Key (MAK) and apply it to the relevant servers.
Manage ESU Assignments with a Script: There’s a script available on GitHub called ManageESUAssignments.ps1 that can help you manage ESU licenses in bulk for many Azure Arc servers. This script takes its information from a CSV file, which you need to create manually.
[ESU-activation-with-ARC/LISEZMOI.md at main ]
Please note that it may take 3-5 business days for your Multiple Activation Key to become available after purchasing ESUs for on-premises VMs or physical servers.
Best Regards,
Wesley Li