Skip to content

Commit ef14ed3

Browse files
Merge pull request #253510 from johnmarco/jm-esu-service-principal
Add service principal requirement to ESUs
2 parents 5876578 + d697f80 commit ef14ed3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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: 09/20/2023
4+
ms.date: 10/02/2023
55
ms.topic: conceptual
66
---
77

88
# Programmatically deploy and manage Azure Arc Extended Security Updates licenses
99

1010
This article provides instructions to programmatically provision and manage Windows Server 2012 and Windows Server 2012 R2 Extended Security Updates lifecycle operations through the Azure Arc WS2012 ESU ARM APIs.
1111

12+
For each of the API commands explained in this article, be sure to enter accurate parameter information for location, state, edition, type, and processors depending on your particular scenario
13+
1214
> [!NOTE]
13-
> For each of the API commands, be sure to enter accurate parameter information for location, state, edition, type, and processors depending on your particular scenario
15+
> You'll need to create a service principal to use the Azure API to manage ESUs. See [Connect hybrid machines to Azure at scale](onboard-service-principal.md) and [Azure REST API reference](/rest/api/azure/) for more information.
1416
>
17+
1518
## Provision a license
1619

1720
To provision a license, execute the following commands:

0 commit comments

Comments
 (0)