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

# Web Hosting Environment

This table represents the web_hosting_environment resource from Microsoft Azure.

```
azure.web_hosting_environment
```

## Fields

| Title                           | ID   | Type          | Data Type                                                                                                                                                                                                                                        | Description |
| ------------------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                            | core | string        |
| cluster_settings                | core | json          | Custom settings for changing the behavior of the App Service Environment.                                                                                                                                                                        |
| custom_dns_suffix_configuration | core | json          |
| dedicated_host_count            | core | int64         | Dedicated Host Count                                                                                                                                                                                                                             |
| dns_suffix                      | core | string        | DNS suffix of the App Service Environment.                                                                                                                                                                                                       |
| front_end_scale_factor          | core | int64         | Scale factor for front-ends.                                                                                                                                                                                                                     |
| has_linux_workers               | core | bool          | Flag that displays whether an ASE has linux workers or not                                                                                                                                                                                       |
| id                              | core | string        | Resource Id.                                                                                                                                                                                                                                     |
| internal_load_balancing_mode    | core | string        | Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.                                                                                                                                            |
| ipssl_address_count             | core | int64         | Number of IP SSL addresses reserved for the App Service Environment.                                                                                                                                                                             |
| kind                            | core | string        | Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind.     |
| location                        | core | string        | Resource Location.                                                                                                                                                                                                                               |
| maximum_number_of_machines      | core | int64         | Maximum number of VMs in the App Service Environment.                                                                                                                                                                                            |
| multi_role_count                | core | int64         | Number of front-end instances.                                                                                                                                                                                                                   |
| multi_size                      | core | string        | Front-end VM size, e.g. "Medium", "Large".                                                                                                                                                                                                       |
| name                            | core | string        | Resource Name.                                                                                                                                                                                                                                   |
| networking_configuration        | core | json          |
| provisioning_state              | core | string        | Provisioning state of the App Service Environment.                                                                                                                                                                                               |
| resource_group                  | core | string        |
| status                          | core | string        | Current status of the App Service Environment.                                                                                                                                                                                                   |
| subscription_id                 | core | string        |
| subscription_name               | core | string        |
| suspended                       | core | bool          | <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic). |
| tags                            | core | hstore_csv    |
| type                            | core | string        | Resource type.                                                                                                                                                                                                                                   |
| upgrade_availability            | core | string        | Whether an upgrade is available for this App Service Environment.                                                                                                                                                                                |
| upgrade_preference              | core | string        | Upgrade Preference                                                                                                                                                                                                                               |
| user_whitelisted_ip_ranges      | core | array<string> | User added ip ranges to whitelist on ASE db                                                                                                                                                                                                      |
| virtual_network                 | core | json          | Description of the Virtual Network.                                                                                                                                                                                                              |
| zone_redundant                  | core | bool          | Whether or not this App Service Environment is zone-redundant.                                                                                                                                                                                   |
