Skip to content

Commit 3831614

Browse files
Update authenticate-with-namespaces-using-webhook-authentication.md
1 parent 7783919 commit 3831614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/authenticate-with-namespaces-using-webhook-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Grant the managed identity of your Event Grid namespace the appropriate access t
5454
To set up custom authentication for an Azure function, follow these steps:
5555

5656
### Create a Microsoft Entra app
57-
1. [Create an Microsoft Entra App in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app).
57+
1. [Create a Microsoft Entra App in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app).
5858
1. On the overview page of the app, note the **Application (client) ID**.
5959

6060
:::image type="content" source="./media/authenticate-with-namespaces-using-webhook-authentication/application-client-id.png" alt-text="Screenshot showing the Overview page of a Microsoft Entra ID app with the application or client ID highlighted.":::
@@ -131,7 +131,7 @@ Replace <NAMESPACE_NAME> and <RESOURCE_GROUP_NAME> with your actual values, and
131131
### Request Headers
132132

133133
- Authorization: Bearer token
134-
- token is an Microsoft Entra token for the managed identity configured to call the webhook.
134+
- token is a Microsoft Entra token for the managed identity configured to call the webhook.
135135

136136
### Request payload
137137

0 commit comments

Comments
 (0)