---
title: Azure Event Grid Subscriptions service through Azure Monitor integration
source: https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-event-grid-subscriptions-monitoring-integration
---

[New Relic's integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) include an integration for reporting your [Microsoft Azure Event Grid Subscriptions](https://learn.microsoft.com/en-us/azure/event-grid/subscribe-through-portal) metrics and other data to New Relic. This document explains how to activate the integration and describes the data reported.

## Features

New Relic gathers metrics data from Azure Monitor for the Azure Event Grid Subscriptions service. A subscription tells Event Grid which events on a topic you're interested in receiving. When creating the subscription, you provide an endpoint for handling the event. You can filter the events that are sent to the endpoint.

Using New Relic, you can:

-   View Azure Event Grid Subscriptions data in pre-built dashboards.
-   Run [custom queries and visualize the data](https://docs.newrelic.com/docs/infrastructure/integrations-getting-started/getting-started/use-integration-data-new-relic-insights).
-   Create alert conditions to notify you of changes in data.

## Activate integration [#activate]

Follow standard [Azure Monitor integration procedure](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor) to activate your Azure service in New Relic infrastructure monitoring.

## Configuration and polling [#polling]

You can change the polling frequency and filter data using [configuration options](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#settings).

New Relic queries your Azure Event Grid Subscriptions services through the Azure Monitor integration according to a default [polling](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#settings) interval.

## Find and use data [#find-and-use]

To [explore your integration data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data), go to **[one.newrelic.com/infra](https://one.newrelic.com/infra) > Azure > (select an integration)**.

## Metric data [#metrics]

This integration collects the following [metric data](https://docs.newrelic.com/docs/infrastructure/integrations-getting-started/getting-started/understand-integration-data-data-types#metric):

### Azure Event Grid Subscriptions metrics [#Azure-event-grid-subscriptions]

| Metric                              | Description                                                  |
| ----------------------------------- | ------------------------------------------------------------ |
| `DeadLetteredCount`                 | Total dead lettered events matching this event subscription. |
| `DeliveryAttemptFailCount`          | Total events failed to deliver to this event subscription	.  |
| `DeliverySuccessCount`              | Total events delivered to this event subscription.           |
| `DestinationProcessingDurationInMs` | Destination processing duration in milliseconds.             |
| `DroppedEventCount`                 | Total dropped events matching to this event subscription.    |
| `MatchedEventCount`                 | Total events matched to this event subscription.             |
