EnvironmentV3

class EnvironmentV3 : KotlinCustomResource

Import

A 3rd Generation (v3) App Service Environment can be imported using the resource id, e.g.

$ pulumi import azure:appservice/environmentV3:EnvironmentV3 myAppServiceEnv /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Web/hostingEnvironments/myAppServiceEnv

Properties

Link copied to clipboard

Should new Private Endpoint Connections be allowed. Defaults to true.

Link copied to clipboard

Zero or more cluster_setting blocks as defined below.

Link copied to clipboard
val dedicatedHostCount: Output<Int>?

This ASEv3 should use dedicated Hosts. Possible values are 2. Changing this forces a new resource to be created.

Link copied to clipboard
val dnsSuffix: Output<String>

the DNS suffix for this App Service Environment V3.

Link copied to clipboard

The external inbound IP addresses of the App Service Environment V3.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

An Inbound Network Dependencies block as defined below.

Link copied to clipboard

The internal inbound IP addresses of the App Service Environment V3.

Link copied to clipboard

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values are None (for an External VIP Type), and "Web, Publishing" (for an Internal VIP Type). Defaults to None. Changing this forces a new resource to be created.

Link copied to clipboard
val ipSslAddressCount: Output<Int>

The number of IP SSL addresses reserved for the App Service Environment V3.

Link copied to clipboard

Outbound addresses of Linux based Apps in this App Service Environment V3

Link copied to clipboard
val location: Output<String>

The location where the App Service Environment exists.

Link copied to clipboard
val name: Output<String>

The name of the App Service Environment. Changing this forces a new resource to be created.

Link copied to clipboard
val pricingTier: Output<String>

Pricing tier for the front end instances.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the Resource Group where the App Service Environment exists. Defaults to the Resource Group of the Subnet (specified by subnet_id). Changing this forces a new resource to be created.

Link copied to clipboard
val subnetId: Output<String>

The ID of the Subnet which the App Service Environment should be connected to. Changing this forces a new resource to be created.

Link copied to clipboard
val tags: Output<Map<String, String>>?
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Outbound addresses of Windows based Apps in this App Service Environment V3.

Link copied to clipboard
val zoneRedundant: Output<Boolean>?

Set to true to deploy the ASEv3 with availability zones supported. Zonal ASEs can be deployed in some regions, you can refer to Availability Zone support for App Service Environments. You can only set either dedicated_host_count or zone_redundant but not both. Changing this forces a new resource to be created.