azure.subscription.webService.hostingEnvironment
Supported platform
- azure
Description
Azure App Service Hosting Environment
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | environment ID |
| name | string | environment name |
| type | string | environment type |
| kind | string | Kind of resource (e.g., "app,linux,container") |
| location | string | environment location |
| tags | map[string]string | environment tags |
| properties | dict | environment properties |
| provisioningState | string | Provisioning state of the environment |
| status | string | status of the environment |
| suspended | bool | true if the environment is suspended |
| dnsSuffix | string | DNS suffix of the environment |
| maximumNumberOfMachines | int | Maximum number of VMs in the environment |
| multiSize | string | Front-end VM size (e.g., "Standard_D2d_v4", "Medium", "Large") |
| multiRoleCount | int | Number of front-end instances |
| frontEndScaleFactor | int | Scale factor for front-ends |
| ipsslAddressCount | int | Number of IP SSL addresses reserved for the App Service Environment |
| hasLinuxWorkers | bool | Whether the App Service Environment has Linux workers |
| dedicatedHostCount | int | Dedicated Host Count |
| zoneRedundant | bool | Whether the App Service Environment is zone-redundant |
| internalLoadBalancingMode | string | Specifies which endpoints to serve internally in the Virtual Network |
| userWhitelistedIpRanges | []string | User added IP ranges to allow |
| virtualNetwork | azure.subscription.webService.hostingEnvironment.virtualNetwork | Description of the Virtual Network |
| clusterSettings | []dict | Custom settings for changing the behavior of the App Service Environment |