Skip to content

Commit ad1aa5a

Browse files
authored
Update batch-aad-auth.md
1 parent 2ab18e3 commit ad1aa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-aad-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate Azure Batch services with Microsoft Entra ID
33
description: Learn how to authenticate Azure Batch service applications with Microsoft Entra ID by using integrated authentication or a service principal.
44
ms.topic: how-to
5-
ms.date: 04/03/2023
5+
ms.date: 06/25/2024
66
ms.custom: has-adal-ref, subject-rbac-steps
77
---
88

@@ -12,7 +12,7 @@ Azure Batch supports authentication with [Microsoft Entra ID](/azure/active-dire
1212

1313
This article describes two ways to use Microsoft Entra authentication with Azure Batch:
1414

15-
- **Integrated authentication** authenticates a user who's interacting with an application. The application gathers a user's credentials and uses those credentials to authorize access to Batch resources.
15+
- **Integrated authentication** authenticates a user who's interacting with an application. The application gathers a user's credentials and uses those credentials to authenticate access to Batch resources.
1616

1717
- A **service principal** authenticates an unattended application. The service principal defines the policy and permissions for the application and represents the application to access Batch resources at runtime.
1818

0 commit comments

Comments
 (0)