---
title: Sql Instance Pool
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Sql Instance Pool
---

# Sql Instance Pool

This table represents the sql_instance_pool resource from Microsoft Azure.

```
azure.sql_instance_pool
```

## Fields

| Title             | ID   | Type       | Data Type                                                                                                                                | Description |
| ----------------- | ---- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key              | core | string     |
| id                | core | string     | Resource ID.                                                                                                                             |
| license_type      | core | string     | The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price). |
| location          | core | string     | Resource location.                                                                                                                       |
| name              | core | string     | Resource name.                                                                                                                           |
| resource_group    | core | string     |
| sku               | core | json       | The name and tier of the SKU.                                                                                                            |
| subnet_id         | core | string     | Resource ID of the subnet to place this instance pool in.                                                                                |
| subscription_id   | core | string     |
| subscription_name | core | string     |
| tags              | core | hstore_csv |
| type              | core | string     | Resource type.                                                                                                                           |
| v_cores           | core | int64      | Count of vCores belonging to this instance pool.                                                                                         |
