Skip to content

Commit 4b182f3

Browse files
authored
Merge pull request #124604 from alexravenna/patch-4
minor text corrections
2 parents 74ab0b2 + 609b686 commit 4b182f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/end-point-validation-event-grid-events-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: This article describes WebHook event delivery and endpoint validati
44
ms.topic: concept-article
55
ms.date: 09/25/2024
66
ms.custom: FY25Q1-Linter
7-
#customer intent: As a developer, I want to know hw to validate a Webhook endpoint using the Event Grid event schema.
7+
#customer intent: As a developer, I want to know how to validate a Webhook endpoint using the Event Grid event schema.
88
---
99

1010

11-
# # Endpoint validation with Event Grid event schema
11+
# Endpoint validation with Event Grid event schema
1212
Webhooks are one of the many ways to receive events from Azure Event Grid. When a new event is ready, Event Grid service POSTs an HTTP request to the configured endpoint with the event information in the request body.
1313

1414
Like many other services that support webhooks, Event Grid requires you to prove ownership of your Webhook endpoint before it starts delivering events to that endpoint. This requirement prevents a malicious user from flooding your endpoint with events.

0 commit comments

Comments
 (0)