Skip to content

Commit 93cb464

Browse files
authored
Link fix
1 parent 541b8e2 commit 93cb464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-event-grid-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Event Grid output binding for Azure Functions
33
description: Learn to send an Event Grid event in Azure Functions.
44

55
ms.topic: reference
6-
ms.date: 08/10/2023
6+
ms.date: 09/22/2023
77
ms.devlang: csharp, java, javascript, powershell, python
88
ms.custom: devx-track-csharp, fasttrack-edit, devx-track-python, devx-track-extended-java, devx-track-js
99
zone_pivot_groups: programming-languages-set-functions
@@ -706,7 +706,7 @@ There are two ways of authenticating to an Event Grid topic when using the Event
706706
| Authentication method | Description |
707707
| ----- | ----- |
708708
| Using a topic key | Set the `TopicEndpointUri` and `TopicKeySetting` properties, as described in [Use a topic key](#use-a-topic-key). |
709-
| Using an identity | Set the `Connection` property to the name of a shared prefix for multiple application settings, together defining an [identity-based connection](#identity-based-connection). This method is supported when using version 3.3.x or higher of the extension. |
709+
| Using an identity | Set the `Connection` property to the name of a shared prefix for multiple application settings, together defining [identity-based authentication](#identity-based-authentication). This method is supported when using version 3.3.x or higher of the extension. |
710710

711711
### Use a topic key
712712

0 commit comments

Comments
 (0)