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

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Autoscale Setting

This table represents the Autoscale Setting resource from Microsoft Azure.

```
azure.insights_auto_scale_setting
```

## Fields

| Title                       | ID   | Type       | Data Type                                                                                                                                                                                 | Description |
| --------------------------- | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                        | core | string     |
| enabled                     | core | bool       | the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.                                                                          |
| id                          | core | string     | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location                    | core | string     | The geo-location where the resource lives                                                                                                                                                 |
| name                        | core | string     | the name of the autoscale setting.                                                                                                                                                        |
| notifications               | core | json       | the collection of notifications.                                                                                                                                                          |
| predictive_autoscale_policy | core | json       | the predictive autoscale policy mode.                                                                                                                                                     |
| profiles                    | core | json       | the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.                             |
| resource_group              | core | string     |
| subscription_id             | core | string     |
| subscription_name           | core | string     |
| system_data                 | core | json       | Azure Resource Manager metadata containing createdBy and modifiedBy information.                                                                                                          |
| tags                        | core | hstore_csv |
| target_resource_location    | core | string     | the location of the resource that the autoscale setting should be added to.                                                                                                               |
| target_resource_uri         | core | string     | the resource identifier of the resource that the autoscale setting should be added to.                                                                                                    |
| type                        | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                 |
