Skip to content

Commit 38bb23c

Browse files
committed
Acrolynx & Learn Linter
1 parent e5da0c6 commit 38bb23c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/event-hubs/authorize-access-azure-active-directory.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Authorize access with Microsoft Entra ID
33
description: This article provides information on authorizing access to Event Hubs resources using Microsoft Entra ID.
4-
ms.topic: conceptual
5-
ms.date: 12/11/2023
4+
ms.topic: concept-article
5+
ms.date: 06/26/2024
6+
#customer intent: As an Azure Event Hubs user, I want to know how to authorize requests to event hubs using Microsoft Entra ID.
67
---
78

89
# Authorize access to Event Hubs resources using Microsoft Entra ID
9-
Azure Event Hubs supports using Microsoft Entra ID to authorize requests to Event Hubs resources. With Microsoft Entra ID, you can use Azure role-based access control (Azure RBAC) to grant permissions to a security principal, which can be a user, or an application service principal. To learn more about roles and role assignments, see [Understanding the different roles](../role-based-access-control/overview.md).
10+
Azure Event Hubs supports using Microsoft Entra ID to authorize requests to Event Hubs resources. With Microsoft Entra ID, you can use Azure role-based access control (RBAC) to grant permissions to a security principal, which can be a user, or an application service principal. To learn more about roles and role assignments, see [Understanding the different roles](../role-based-access-control/overview.md).
1011

1112
## Overview
1213
When a security principal (a user, or an application) attempts to access an Event Hubs resource, the request must be authorized. With Microsoft Entra ID, access to a resource is a two-step process.
@@ -66,7 +67,7 @@ For more information about how built-in roles are defined, see [Understand role
6667
- [Event Hubs for Kafka - OAuth samples](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth).
6768

6869

69-
## Next steps
70+
## Related content
7071
- Learn how to assign an Azure built-in role to a security principal, see [Authenticate access to Event Hubs resources using Microsoft Entra ID](authenticate-application.md).
7172
- Learn [how to create custom roles with Azure RBAC](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Microsoft.Azure.EventHubs/Rbac/CustomRole).
7273
- Learn [how to use Microsoft Entra ID with EH](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Microsoft.Azure.EventHubs/Rbac/AzureEventHubsSDK)

0 commit comments

Comments
 (0)