---
title: Azure Data Explorer Cluster
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Azure Data Explorer Cluster
---

# Azure Data Explorer Cluster

An Azure Data Explorer Cluster is a fully managed, high-performance analytics engine optimized for fast ingestion and querying of large volumes of structured and semi-structured data. It is ideal for log analytics, time-series analysis, and interactive data exploration, providing scalable compute and storage with low-latency query capabilities.

```
azure.kusto_cluster
```

## Fields

| Title                                 | ID   | Type          | Data Type                                                                                                                                                                                 | Description |
| ------------------------------------- | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                                  | core | string        |
| accepted_audiences                    | core | json          | The cluster's accepted audiences.                                                                                                                                                         |
| allowed_fqdn_list                     | core | array<string> | List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.                                                                                                               |
| allowed_ip_range_list                 | core | array<string> | The list of ips in the format of CIDR allowed to connect to the cluster.                                                                                                                  |
| callout_policies                      | core | json          | List of callout policies for egress from Cluster.                                                                                                                                         |
| data_ingestion_uri                    | core | string        | The cluster data ingestion URI.                                                                                                                                                           |
| enable_auto_stop                      | core | bool          | A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).                                                          |
| enable_disk_encryption                | core | bool          | A boolean value that indicates if the cluster's disks are encrypted.                                                                                                                      |
| enable_double_encryption              | core | bool          | A boolean value that indicates if double encryption is enabled.                                                                                                                           |
| enable_purge                          | core | bool          | A boolean value that indicates if the purge operations are enabled.                                                                                                                       |
| enable_streaming_ingest               | core | bool          | A boolean value that indicates if the streaming ingest is enabled.                                                                                                                        |
| engine_type                           | core | string        | The engine type                                                                                                                                                                           |
| etag                                  | core | string        | A unique read-only string that changes whenever the resource is updated.                                                                                                                  |
| id                                    | core | string        | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| identity                              | core | json          | Identity for the resource.                                                                                                                                                                |
| key_vault_properties                  | core | json          | Properties of the key vault.                                                                                                                                                              |
| language_extensions                   | core | json          | The list of language extension objects.                                                                                                                                                   |
| location                              | core | string        | The geo-location where the resource lives                                                                                                                                                 |
| migration_cluster                     | core | json          | Represents a properties of a cluster that is part of a migration.                                                                                                                         |
| name                                  | core | string        | The name of the resource                                                                                                                                                                  |
| optimized_autoscale                   | core | json          | A class that contains the optimized auto scale definition.                                                                                                                                |
| private_endpoint_connections          | core | json          | A list of private endpoint connections.                                                                                                                                                   |
| provisioning_state                    | core | string        | The provisioned state of the resource.                                                                                                                                                    |
| public_ip_type                        | core | string        | Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)                                                                                               |
| public_network_access                 | core | string        | Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed                                                     |
| resource_group                        | core | string        |
| restrict_outbound_network_access      | core | string        | Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'                                                                   |
| sku                                   | core | json          | Azure SKU definition.                                                                                                                                                                     |
| state                                 | core | string        | The state of the resource.                                                                                                                                                                |
| state_reason                          | core | string        | The reason for the cluster's current state.                                                                                                                                               |
| subscription_id                       | core | string        |
| subscription_name                     | core | string        |
| system_data                           | core | json          | Metadata pertaining to creation and last modification of the resource.                                                                                                                    |
| tags                                  | core | hstore_csv    |
| trusted_external_tenants              | core | json          | The cluster's external tenants.                                                                                                                                                           |
| type                                  | core | string        | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                 |
| uri                                   | core | string        | The cluster URI.                                                                                                                                                                          |
| virtual_cluster_graduation_properties | core | string        | Virtual Cluster graduation properties                                                                                                                                                     |
| virtual_network_configuration         | core | json          | A class that contains virtual network definition.                                                                                                                                         |
| zone_status                           | core | string        | Indicates whether the cluster is zonal or non-zonal.                                                                                                                                      |
| zones                                 | core | array<string> | An array represents the availability zones of the cluster.                                                                                                                                |
