Package version:

Interface VnetConfiguration

Configuration properties for apps environment to join a Virtual Network

Hierarchy

  • VnetConfiguration

Properties

dockerBridgeCidr?: string

CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.

infrastructureSubnetId?: string

Resource ID of a subnet for infrastructure components. This subnet must be in the same VNET as the subnet defined in runtimeSubnetId. Must not overlap with any other provided IP ranges.

internal?: boolean

Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide runtimeSubnetId and infrastructureSubnetId if enabling this property

Configuration used to control the Environment Egress outbound traffic

platformReservedCidr?: string

IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.

platformReservedDnsIP?: string

An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.

runtimeSubnetId?: string

Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges.

Generated using TypeDoc