Skip to content

Commit 7806cfc

Browse files
committed
fixed broken links
1 parent 93d7629 commit 7806cfc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

articles/event-grid/namespace-handler-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: robece
1010

1111
# Webhook event handler for namespace topic's push delivery (Preview)
1212

13-
You can set up a webhook endpoint to handle events on a specific namespace topic by subscribing to it. Any public endpoint can be used as an event handler if it uses encryption in transit (`HTTPS`), can read events that use a supported [CloudEvents metadata format](concepts-event-grid-namespaces.md#cloudevents-support), and handle the webhook validation.
13+
You can set up a webhook endpoint to handle events on a specific namespace topic by subscribing to it. Any public endpoint can be used as an event handler if it uses encryption in transit (`HTTPS`), can read events that use a supported [CloudEvents metadata format](namespaces-cloud-events.md), and handle the webhook validation.
1414

1515
You don't have to host your webhook on Azure, which means that you can use a webhook that's hosted elsewhere to handle events in your application. It gives you the flexibility to choose a webhook in any service provider that best fits your specific needs and requirements.
1616

articles/event-grid/pull-delivery-overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
ms.date: 11/15/2023
2+
ms.date: 09/25/2024
33
author: robece
44
ms.author: robece
55
title: Introduction to pull delivery
66
description: Learn about Event Grid's http pull delivery and the resources that support them.
77
ms.topic: conceptual
8-
ms.custom:
9-
- ignite-2023
10-
- build-2024
118
---
129

1310
# Pull delivery with HTTP
@@ -21,7 +18,7 @@ This article builds on the [What is Azure Event Grid?](overview.md) and on the E
2118

2219
Event Grid namespace topics accepts events that comply with the Cloud Native Computing Foundation (CNCF)’s open standard [CloudEvents 1.0](https://github.com/cloudevents/spec) specification using the [HTTP protocol binding](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/http-protocol-binding.md) with [JSON format](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md).
2320

24-
Consult the [CloudEvents concepts](concepts-event-grid-namespaces.md#cloudevents) for more information.
21+
For more information, see [CloudEvents support](namespaces-cloud-events.md) for more information.
2522

2623
### CloudEvents content modes
2724

@@ -32,7 +29,7 @@ The CloudEvents specification defines three [content modes](https://github.com/c
3229
3330
The content modes aren't about the encoding you use, binary or text, but about how the event data and its metadata are described and exchanged. The structured content mode uses a single structure, for example, a JSON object, where both the context attributes and event data are together in the HTTP payload. The binary content mode separates context attributes, which are mapped to HTTP headers, and event data, which is the HTTP payload encoded according to the media type value in ```Content-Type```.
3431

35-
Consult [CloudEvents content modes](concepts-event-grid-namespaces.md#cloudevents-content-modes) for more information.
32+
For more information, see [CloudEvents content modes](namespaces-cloud-events.md#cloudevents-content-modes) for more information.
3633

3734
### Messages and events
3835

0 commit comments

Comments
 (0)