Skip to content

Commit bfd9497

Browse files
committed
Freshness, Acrolynx, Learn Linter
1 parent b4a298c commit bfd9497

File tree

6 files changed

+13
-16
lines changed

6 files changed

+13
-16
lines changed

articles/event-grid/event-schema-key-vault.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Key Vault as Event Grid source
3-
description: Describes the properties and schema provided for Azure Key Vault events with Azure Event Grid
4-
ms.topic: conceptual
5-
ms.date: 01/17/2024
3+
description: This article describes the properties and schema provided for Azure Key Vault events with Azure Event Grid
4+
ms.topic: concept-article
5+
ms.date: 02/14/2025
6+
# Customer intent: As an architect or a developer, I want to know whether I can use Azure Key Vault as an Event Grid source.
67
---
78

89
# Azure Key Vault as Event Grid source
@@ -139,9 +140,8 @@ The data object has the following properties:
139140
| [Tutorial: Create and monitor Key Vault events with Event Grid](/azure/key-vault/general/event-grid-logicapps) | Learn how to set up Event Grid notifications for Key Vault. |
140141

141142

142-
## Next steps
143+
## Related content
143144

144-
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md).
145145
* For more information about how to create an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).
146146
* For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview)
147147

articles/event-grid/includes/subscribe-to-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author: spelluru
55
ms.service: azure-event-grid
66
ms.topic: include
7-
ms.date: 10/31/2022
7+
ms.date: 02/14/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---

articles/event-grid/manage-event-delivery.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Dead letter and retry policies - Azure Event Grid
33
description: Describes how to customize event delivery options for Event Grid. Set a dead-letter destination, and specify how long to retry delivery.
4-
ms.topic: concept-article
4+
ms.topic: how-to
55
ms.date: 02/14/2025
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
ms.devlang: azurecli
8+
# Customer intent: As a developer, I want to know how to set a dead-letter location and a retry policy.
89
---
910

1011
# Set dead-letter location and retry policy
@@ -146,9 +147,7 @@ New-AzEventGridSubscription `
146147
> [!NOTE]
147148
> If you set both `event-ttl` and `max-deliver-attempts`, Event Grid uses the first to expire to determine when to stop event delivery. For example, if you set 30 minutes as time-to-live (TTL) and 5 max delivery attempts. When an event isn't delivered after 30 minutes (or) isn't delivered after five attempts, whichever happens first, the event is dead-lettered. If you set max delivery attempts to 10, with respect to [exponential retry schedule](delivery-and-retry.md#retry-schedule), max six number of delivery attempts happen before 30 minutes TTL will be reached, therefore setting max number of attempts to 10 will have no impact in this case and events will be dead-lettered after 30 minutes.
148149
149-
## Next steps
150+
## Related content
150151

151152
* For a sample application that uses an Azure Function app to process dead letter events, see [Azure Event Grid Dead Letter Samples for .NET](https://azure.microsoft.com/resources/samples/event-grid-dotnet-handle-deadlettered-events/).
152153
* For information about event delivery and retries, [Event Grid message delivery and retry](delivery-and-retry.md).
153-
* For an introduction to Event Grid, see [About Event Grid](overview.md).
154-
* To quickly get started using Event Grid, see [Create and route custom events with Azure Event Grid](custom-event-quickstart.md).
101 KB
Loading
100 KB
Loading

articles/event-grid/subscribe-to-partner-events.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Event Grid - Subscribe to partner events
3-
description: This article explains how to subscribe to events from a partner using Azure Event Grid.
3+
description: This article describes steps to subscribe to events that originate in a system owned or managed by a partner (SaaS, Enterprise Resource Planning (ERP), etc.).
44
ms.topic: how-to
5-
ms.date: 01/18/2024
5+
ms.date: 02/14/2025
6+
# Customer intent: As a developer or an architect, I want to know how to subscribe to SAP events or events from other partners.
67
---
78

89
# Subscribe to events published by a partner with Azure Event Grid
@@ -22,8 +23,6 @@ Here are the steps that a subscriber needs to perform to receive events from a p
2223
4. [Activate partner topic](#activate-a-partner-topic) so that your events start flowing to your partner topic.
2324
5. [Subscribe to events](#subscribe-to-events).
2425

25-
[!INCLUDE [register-provider](./includes/register-provider.md)]
26-
2726
[!INCLUDE [authorize-partner-to-create-topic](includes/authorize-partner-to-create-topic.md)]
2827

2928

@@ -42,8 +41,7 @@ Here's the list of partners and a link to submit a request to enable events flow
4241

4342
[!INCLUDE [subscribe-to-events](includes/subscribe-to-events.md)]
4443

45-
## Next steps
46-
44+
## Related content
4745
For more information, see the following articles about the Partner Events feature:
4846

4947
- [Partner Events overview for customers](partner-events-overview.md)

0 commit comments

Comments
 (0)