---
title: Azure Front Door monitoring integration
source: https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-front-door-monitoring-integration
---

[New Relic's integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) include an integration for reporting your Azure Front Door data to our products. Here we explain how to activate the integration and what data it collects.

## Activate integration [#activate]

To enable the integration follow standard procedures to [activate your Azure service in New Relic](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/getting-started/activate-azure-integrations).

## Configuration and polling [#polling]

You can change the polling frequency and filter data using [configuration options](https://docs.newrelic.com/docs/integrations/new-relic-integrations/getting-started/configure-polling-frequency-data-collection-cloud-integrations).

Default [polling](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/getting-started/azure-integration-polling) information for the Azure Front Door integration:

-   New Relic polling interval: 5 minutes

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

To find your integration data, go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Infrastructure > Azure** and select an integration.

Data is attached to the following [event type](https://docs.newrelic.com/docs/data-apis/understand-data/new-relic-data-types/#event-data):

| Entity    | Event Type                      | Provider                  |
| --------- | ------------------------------- | ------------------------- |
| FrontDoor | `AzureFrontDoorFrontDoorSample` | `AzureFrontDoorFrontDoor` |

For more on how to use your data, see [Understand and use integration data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data).

## Metric data [#metrics]

This integration collects Azure Front Door data for FrontDoor.

### Front Door FrontDoor data

| Metric                               | Unit         | Description                                                                                                                                                   |
| ------------------------------------ | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `requestCount`                       | Count        | The number of client requests served by the HTTP/S proxy                                                                                                      |
| `requestSizeBytes`                   | Bytes        | The number of bytes sent as requests from clients to the HTTP/S proxy                                                                                         |
| `responseSizeBytes`                  | Bytes        | The number of bytes sent as responses from HTTP/S proxy to clients                                                                                            |
| `billableResponseSizeBytes`          | Bytes        | The number of billable bytes (minimum 2KB per request) sent as responses from HTTP/S proxy to clients.                                                        |
| `backendRequestCount`                | Count        | The number of requests sent from the HTTP/S proxy to backends                                                                                                 |
| `backendRequestLatencyMilliseconds`  | Milliseconds | The time calculated from when the request was sent by the HTTP/S proxy to the backend until the HTTP/S proxy received the last response byte from the backend |
| `totalLatencyMilliseconds`           | Milliseconds | The time calculated from when the client request was received by the HTTP/S proxy until the client acknowledged the last response byte from the HTTP/S proxy  |
| `backendHealthPercent`               | Percent      | The percentage of successful health probes from the HTTP/S proxy to backends                                                                                  |
| `webApplicationFirewallRequestCount` | Count        | The number of client requests processed by the Web Application Firewall                                                                                       |
