You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-key-vault.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
---
2
-
title: Azure Key Vault as Event Grid source
3
-
description: This article describes the properties and schema provided for Azure Key Vault events with Azure Event Grid
2
+
title: Azure Key Vault as Event Grid Source Overview
3
+
description: "Azure Key Vault events: Discover how to use Azure Key Vault as an Event Grid source, including event types, schema details, and integration tips."
4
+
#customer intent: As an architect, I want to understand which Azure Key Vault events are available in Event Grid so that I can design event-driven solutions.
4
5
ms.topic: concept-article
5
-
ms.date: 02/14/2025
6
+
ms.date: 03/26/2026
7
+
author: spelluru
8
+
ms.author: spelluru
9
+
ms.reviewer: spelluru
6
10
# Customer intent: As an architect or a developer, I want to know whether I can use Azure Key Vault as an Event Grid source.
7
11
---
8
12
@@ -33,7 +37,7 @@ An Azure Key Vault account generates the following event types:
33
37
34
38
# [Cloud event schema](#tab/cloud-event-schema)
35
39
36
-
The following example show schema for **Microsoft.KeyVault.SecretNewVersionCreated**:
40
+
The following example shows the schema for **Microsoft.KeyVault.SecretNewVersionCreated**:
37
41
38
42
```JSON
39
43
[
@@ -59,7 +63,7 @@ The following example show schema for **Microsoft.KeyVault.SecretNewVersionCreat
0 commit comments