Skip to content

Commit 1b0ed60

Browse files
committed
Updates
1 parent 0d30b15 commit 1b0ed60

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

articles/event-grid/concepts.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: Azure Event Grid concepts (push delivery) in Event Grid basic
2+
title: Concepts (push delivery) in Event Grid basic
33
description: Describes Azure Event Grid concepts that pertain to push delivery. Defines several key components of Event Grid.
4-
ms.topic: conceptual
5-
ms.custom:
6-
- ignite-2023
7-
ms.date: 11/15/2023
4+
ms.topic: concept-article
5+
ms.date: 12/12/2024
6+
# Customer intent: I want to basic concepts of Azure Event Grid.
87
---
98

109
# Azure Event Grid's push delivery - concepts
@@ -63,7 +62,7 @@ System topics are built-in topics provided by Azure services such as Azure Stora
6362

6463
## Partner topics
6564

66-
Partner topics are a kind of topic used to subscribe to events published by a [partner](#partners). The feature that enables this type of integration is called [Partner Events](partner-events-overview.md). Through that integration, you get a partner topic where events from a partner system are made available. Once you have a partner topic, you create an [event subscription](#event-subscriptions) as you would do for any other kind of topic.
65+
Partner topics are a kind of topic used to subscribe to events published by a [partner](#partners). The feature that enables this type of integration is called [Partner Events](partner-events-overview.md). Through that integration, you get a partner topic where events from a partner system are made available. Once you have a partner topic, you create an [event subscription](#event-subscriptions) as you would do for any other kind of topic.
6766

6867
## Event subscriptions
6968

@@ -112,7 +111,7 @@ If you're a [partner](partner-events-overview-for-partners.md), you can define t
112111

113112
Azure availability zones are physically separate locations within each Azure region that are tolerant to local failures. They're connected by a high-performance network with a round-trip latency of less than 2 milliseconds. Each availability zone is composed of one or more data centers equipped with independent power, cooling, and networking infrastructure. If one zone is affected, regional services, capacity, and high availability are supported by the remaining two zones. For more information about availability zones, see [Regions and availability zones](../reliability/availability-zones-overview.md).
114113

115-
## Next steps
114+
## Related content
116115

117116
- For an introduction to Event Grid, see [About Event Grid](overview.md).
118117
- To get started using custom topics, see [Create and route custom events with Azure Event Grid](custom-event-quickstart.md).

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

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

1310
# Push delivery with HTTP
14-
This article builds on [What is Azure Event Grid?](overview.md) to provide essential information before you start using Event Grid’s pull and push delivery over HTTP. It covers fundamental concepts, resource models, and message delivery modes supported. At the end of this document, you find useful links to articles that guide you on how to use Event Grid and to articles that offer in-depth conceptual information.
11+
This article builds on the [What is Azure Event Grid?](overview.md) article to provide essential information before you start using Event Grid’s pull and push delivery over HTTP. It covers fundamental concepts, resource models, and message delivery modes supported. At the end of this document, you find useful links to articles that guide you on how to use Event Grid and to articles that offer in-depth conceptual information.
1512

1613
>[!Important]
1714
> This document helps you get started with Event Grid capabilities that use the HTTP protocol. This article is suitable for users who need to integrate applications on the cloud. If you require to communicate IoT device data, see [Overview of the MQTT Support in Azure Event Grid](mqtt-overview.md).

0 commit comments

Comments
 (0)