Skip to content

Commit 7ea3d82

Browse files
authored
Merge pull request #202438 from spelluru/patch-108
Grand -> Grant
2 parents 372c030 + 9df86e0 commit 7ea3d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/security-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate event delivery to event handlers (Azure Event Grid)
33
description: This article describes different ways of authenticating delivery to event handlers in Azure Event Grid.
44
ms.topic: conceptual
5-
ms.date: 06/28/2021
5+
ms.date: 06/22/2022
66
---
77

88
# Authenticate event delivery to event handlers (Azure Event Grid)
@@ -27,7 +27,7 @@ You can enable a system-assigned managed identity for a topic or domain and use
2727
Here are the steps:
2828

2929
1. Create a topic or domain with a system-assigned identity, or update an existing topic or domain to enable identity. For more information, see [Enable managed identity for a system topic](enable-identity-system-topics.md) or [Enable managed identity for a custom topic or a domain](enable-identity-custom-topics-domains.md)
30-
1. Add the identity to an appropriate role (for example, Service Bus Data Sender) on the destination (for example, a Service Bus queue). For more information, see [Grand identity the access to Event Grid destination](add-identity-roles.md)
30+
1. Add the identity to an appropriate role (for example, Service Bus Data Sender) on the destination (for example, a Service Bus queue). For more information, see [Grant identity the access to Event Grid destination](add-identity-roles.md)
3131
1. When you create event subscriptions, enable the usage of the identity to deliver events to the destination. For more information, see [Create an event subscription that uses the identity](managed-service-identity.md).
3232

3333
For detailed step-by-step instructions, see [Event delivery with a managed identity](managed-service-identity.md).

0 commit comments

Comments
 (0)