Skip to content

Commit d004144

Browse files
authored
Merge pull request #105666 from jlichwa/patch-17
Update event-grid-overview.md
2 parents af6942f + 43496ff commit d004144

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'Tutorial: Monitoring Key Vault with Azure Event Grid'
3-
description: 'Tutorial: Use Azure Event Grid to subscribe to Key Vault events'
4-
services: media-services
2+
title: 'Monitoring Key Vault with Azure Event Grid'
3+
description: 'Use Azure Event Grid to subscribe to Key Vault events'
4+
services: key-vault
55
author: msmbaldwin
66
manager: rkarlin
77

88
ms.service: key-vault
9-
ms.topic: tutorial
9+
ms.topic: conceptual
1010
ms.date: 11/12/2019
1111
ms.author: mbaldwin
1212
---
1313

14-
# Tutorial: Monitoring Key Vault with Azure Event Grid (preview)
14+
# Monitoring Key Vault with Azure Event Grid (preview)
1515

1616
Key Vault integration with Event Grid is currently in preview. It allows users to be notified when the status of a secret stored in key vault has changed. A status change is defined as a secret that is about to expire (within 30 days of expiration), a secret that has expired, or a secret that has a new version available. Notifications for all three secret types (key, certificate, and secret) are supported.
1717

@@ -24,9 +24,9 @@ Event grid uses [event subscriptions](../event-grid/concepts.md#event-subscripti
2424
For more information, see the [Key Vault event schema](../event-grid/event-schema-key-vault.md).
2525

2626
> [!WARNING]
27-
> Events are triggered only on new versions of a secret after the subscription is set. For an existing secret, you must generate a new version.
27+
> Notification events are triggered only on new versions of secrets, keys and certificates, and you must first subscribe to the event on your key vault in order to receive these notifications.
2828
>
29-
> Certificate events are only triggered when a certificate is automatically renewed through issuance policy.
29+
> You will receive notification events on certificates only when the certificate is automatically renewed according to the policy you have specified for your certificate.
3030
3131
## Practices for consuming events
3232

0 commit comments

Comments
 (0)