Skip to content

Commit c2d2cd7

Browse files
authored
Merge pull request #292020 from spelluru/egridfreshness1212
Event Grid - freshness, Acrolynx, Learn Linter - 12-16
2 parents 12d8b22 + 15ed74e commit c2d2cd7

7 files changed

+29
-31
lines changed

articles/event-grid/concepts-event-grid-namespaces.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
ms.date: 11/15/2023
2+
ms.date: 12/16/2024
33
author: robece
44
ms.author: robece
55
title: Concepts for Event Grid namespace topics
66
description: General concepts of Event Grid namespace topics and their main functionality such as pull and push delivery.
7-
ms.topic: conceptual
8-
ms.custom:
9-
- ignite-2023
10-
- build-2024
7+
ms.topic: concept-article
8+
# Customer intent: I want to know concepts of Azure Event Grid namespaces.
119
---
1210

1311
# Azure Event Grid namespace concepts
@@ -131,7 +129,7 @@ Event Grid uses Event Hubs SDK to send events to Event Hubs using [AMQP](https:/
131129

132130
[!INCLUDE [differences-between-consumption-modes](./includes/differences-between-consumption-modes.md)]
133131

134-
## Next steps
132+
## Related content
135133

136134
* For an introduction to Event Grid, see [About Event Grid](overview.md).
137135
* To get started using namespace topics, refer to [publish events using namespace topics](publish-events-using-namespace-topics.md).

articles/event-grid/consume-private-endpoints.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: Deliver events using private link service
33
description: This article describes how to work around push delivery's limitation to deliver events using private link service.
44
ms.topic: how-to
5-
ms.custom:
6-
- ignite-2023
7-
ms.date: 11/15/2023
5+
ms.date: 12/16/2024
6+
# Customer intent: I would like to know if delivering events using private link service is supported in the Push model.
87
---
98

109
# Deliver events using private link service
@@ -50,5 +49,5 @@ If there's no firewall or virtual network rules configured for the destination S
5049

5150
If a firewall or virtual network rule is configured for the destination Storage account, Event Hubs namespace, or Service Bus namespace, you can use only the system-assigned managed identity if **Allow Azure services on the trusted service list to access the storage account** is also enabled on the destinations. You can't use user-assigned managed identity whether this option is enabled or not.
5251

53-
## Next steps
52+
## Related content
5453
For more information about delivering events using a managed identity, see [Event delivery using a managed identity](managed-service-identity.md).

articles/event-grid/event-domains.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: Event Domains in Azure Event Grid
33
description: This article describes how to use event domains to manage the flow of custom events to your various business organizations, customers, or applications.
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/16/2024
6+
# Customer intent: I want to know what event domains in Azure Event Grid are and how to use them.
87
---
98

109
# Understand event domains for managing Event Grid topics
@@ -119,6 +118,6 @@ Event domains handle publishing to topics for you. Instead of publishing events
119118

120119
Event domains use the same [operations pricing](https://azure.microsoft.com/pricing/details/event-grid/) that all other features in Event Grid use. Operations work the same in event domains as they do in custom topics. Each ingress of an event to an event domain is an operation, and each delivery attempt for an event is an operation.
121120

122-
## Next steps
121+
## Related content
123122

124123
To learn about setting up event domains, creating topics, creating event subscriptions, and publishing events, see [Manage event domains](./how-to-event-domains.md).

articles/event-grid/event-schema-communication-services.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Azure Communication Services as an Event Grid source - Overview
3-
description: This article describes how to use Azure Communication Services as an Event Grid event source.
4-
ms.topic: conceptual
5-
ms.date: 09/19/2023
2+
title: Azure Communication Services as an Event Grid source
3+
description: This article describes how to use Azure Communication Services as an Event Grid event source and what events are supported.
4+
ms.topic: concept-article
5+
ms.date: 12/16/2024
66
ms.author: mikben
7+
# Customer intent: I want to know what events Azure Communication Services support via Azure Event Grid.
78
---
89

910
# Azure Communication Services as an Azure Event Grid source
1011

11-
Azure Communication Services integrates with [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to deliver real-time event notifications in a reliable, scalable, and secure manner. The purpose of this article is to help you configure your applications to listen to Communication Services events. For example, you may want to update a database, create a work item and deliver a push notification whenever an SMS message is received by a phone number associated with your Communication Services resource.
12+
Azure Communication Services integrates with [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to deliver real-time event notifications in a reliable, scalable, and secure manner. The purpose of this article is to help you configure your applications to listen to Communication Services events. For example, you might want to update a database, create a work item and deliver a push notification whenever an SMS message is received by a phone number associated with your Communication Services resource.
1213

1314
Azure Event Grid is a fully managed event routing service, which uses a publish-subscribe model. Event Grid has built-in support for Azure services like [Azure Functions](../azure-functions/functions-overview.md) and [Azure Logic Apps](../azure-functions/functions-overview.md). It can deliver event alerts to non-Azure services using webhooks. For a complete list of the event handlers that Event Grid supports, see [An introduction to Azure Event Grid](overview.md).
1415

@@ -19,7 +20,7 @@ Azure Event Grid is a fully managed event routing service, which uses a publish-
1920
2021
## Events types
2122

22-
Event grid uses [event subscriptions](concepts.md#event-subscriptions) to route event messages to subscribers.
23+
Event Grid uses [event subscriptions](concepts.md#event-subscriptions) to route event messages to subscribers.
2324

2425
Azure Communication Services emits the following event types:
2526

@@ -55,7 +56,7 @@ The following example shows a filter for all SMS messages and delivery reports s
5556
}
5657
```
5758

58-
## Next steps
59+
## Related content
5960

6061
* For an introduction to Azure Event Grid, see [What is Event Grid?](./overview.md)
6162
* For an introduction to Azure Event Grid Concepts, see [Concepts in Event Grid?](./concepts.md)

articles/event-grid/includes/differences-between-consumption-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author: robece
55
ms.service: azure-event-grid
66
ms.topic: include
7-
ms.date: 11/15/2023
7+
ms.date: 12/16/2024
88
ms.author: robece
99
ms.custom:
1010
- include file

articles/event-grid/includes/domain-example-use-case.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Use cases for event domains in Azure Event Grid
3+
description: Use case for an event domain in Azure Event Grid.
44
author: spelluru
55
ms.service: azure-event-grid
66
ms.topic: include
7-
ms.date: 11/17/2022
7+
ms.date: 12/16/2024
88
ms.author: spelluru
99
ms.custom: include file
1010
---
1111

1212

13-
Event domains are most easily explained using an example. Let's say you run Contoso Construction Machinery, where you manufacture tractors, digging equipment, and other heavy machinery. As a part of running the business, you push real-time information to customers about equipment maintenance, systems health, and contract updates. All of this information goes to various endpoints including your app, customer endpoints, and other infrastructure that customers have set up.
13+
Event domains are most easily explained using an example. Let's say you run Contoso Construction Machinery, where you manufacture tractors, digging equipment, and other heavy machinery. As a part of running the business, you push real-time information to customers about equipment maintenance, systems health, and contract updates. All of this information goes to various endpoints including your app, customer endpoints, and other infrastructure that your customers have set up.
1414

1515
Event domains allow you to model Contoso Construction Machinery as a single Event Grid entity. Each of your customers is represented as a topic within the domain. Authentication and authorization are handled using Microsoft Entra ID. Each of your customers can subscribe to their topic and get their events delivered to them. Managed access through the event domain ensures they can only access their topic.
1616

articles/event-grid/security-authorization.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Event Grid security and authentication
3-
description: Describes Azure Event Grid and its concepts.
4-
ms.topic: conceptual
5-
ms.date: 11/27/2023
3+
description: This article describes how you can authorize access to Azure Event Grid resources using role-based access control roles.
4+
ms.topic: concept-article
5+
ms.date: 12/16/2024
6+
# Customer intent: I want to know how to secure access to Azure Event Grid resources.
67
---
78

89
# Authorizing access to Event Grid resources
@@ -142,6 +143,6 @@ For example, to subscribe to a custom topic named **mytopic**, you need the Micr
142143

143144

144145

145-
## Next steps
146+
## Related content
146147

147148
* For an introduction to Event Grid, see [About Event Grid](overview.md)

0 commit comments

Comments
 (0)