---
title: Integrate Azure Monitor with Tiger Cloud | Tiger Data Docs
description: Export telemetry data to monitor and analyze your service performance and health with Azure Monitor
---

[Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/) is a comprehensive monitoring and observability service designed to help you maximize the availability and performance of your applications and services. It collects, analyzes, and acts on telemetry data from your cloud and on-premises environments.

You can export telemetry data from your Tiger Cloud services with the time-series and analytics capability enabled to Azure Monitor. See [Exported metrics](/docs/integrate/observability-alerting/exported-metrics/index.md) for the full list of default and additional metrics you can export.

This page explains how to export telemetry data from your Tiger Cloud service into Azure Monitor by creating a Tiger Cloud data exporter, then attaching it to the service. This integration is available for [Scale and Enterprise](/docs/deploy/tiger-cloud/tiger-cloud-azure/pricing-and-account-management#features-included-in-each-pricing-plan/index.md) pricing tiers.

## Prerequisites

To follow the steps on this page:

- Create a target [Tiger Cloud service](/docs/get-started/quickstart/create-service/index.md) with the Real-time analytics capability.

* Get an Azure subscription with access to [Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/) and [Application Insights](https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview).

  You need your [Azure Monitor Application Insights connection string](https://learn.microsoft.com/en-us/azure/azure-monitor/app/sdk-connection-string) to follow this procedure.

Note

This feature is currently not supported for Tiger Cloud on AWS.

## Create a data exporter

A Tiger Cloud data exporter sends telemetry data from a Tiger Cloud service to third-party monitoring tools. You create an exporter on the [project level](/docs/deploy/tiger-cloud/tiger-cloud-aws/security/members/index.md):

1. **In Tiger Console, open Exporters**

2. **Click `New exporter`**

3. **Select `Metrics` for `Data type` and `Azure Monitor` for provider**

   ![Adding an Azure Monitor exporter in Tiger Console](/docs/_astro/tiger-console-integrations-azure-monitor.BwfUjQBX_y3mq3.webp)

4. **Choose the region for your exporter**

5. **Provide a name for your exporter**

   The exporter name appears in Tiger Console, best practice is to make this name easily understandable.

6. **Add your connection string**

   [Learn where to find](https://learn.microsoft.com/en-us/azure/azure-monitor/app/create-workspace-resource?tabs=portal#get-the-connection-string) your connection string.

7. **Export additional metrics**

   Optionally tick `PostgreSQL metrics` to export [additional metrics](/docs/integrate/observability-alerting/exported-metrics#postgresql-metrics/index.md), then click `Create exporter`.

Your exporter is created and added to the list of already existing exporters.

## Manage a data exporter

This section shows you how to attach, edit, and delete a data exporter.

### Attach a data exporter to a Tiger Cloud service

To send telemetry data to an external monitoring tool, you attach a data exporter to your Tiger Cloud service. You can attach only one exporter to a service.

To attach an exporter:

1. **In Tiger Console, choose the service**
2. **Click `Operations` > `Exporters`**
3. **Select the exporter, then click `Attach exporter`**
4. **If you are attaching a first `Logs` data type exporter, restart the service**

You can now monitor your service metrics.

### Edit a data exporter

To update a data exporter:

1. **In Tiger Console, open Exporters**
2. **Next to the exporter you want to edit, click the menu > `Edit`**
3. **Edit the exporter fields and save your changes**

### Delete a data exporter

To remove a data exporter that you no longer need:

1. **Disconnect the data exporter from your Tiger Cloud service**

   1. In [Tiger Console](https://console.cloud.tigerdata.com/dashboard/services), choose the service.
   2. Click `Operations` > `Exporters`.
   3. Click the trash can icon next to the exporter.
   4. Repeat for every service attached to the exporter you want to remove.

   The data exporter is now unattached from all services. However, it still exists in your project.

2. **Delete the exporter on the project level**

   1. In Tiger Console, open [Exporters](https://console.cloud.tigerdata.com/dashboard/integrations)
   2. Next to the exporter you want to edit, click menu > `Delete`
   3. Confirm that you want to delete the data exporter.
