VnetConfiguration interface
Configuration properties for apps environment to join a Virtual Network
Properties
| docker |
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. |
| infrastructure |
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 indicating the environment only has an internal load balancer. These environments do not have a public static IP resource, must provide ControlPlaneSubnetResourceId and AppSubnetResourceId if enabling this property |
| platform |
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. |
| platform |
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. |
| runtime |
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. |
Property Details
dockerBridgeCidr
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
dockerBridgeCidr?: string
Property Value
string
infrastructureSubnetId
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.
infrastructureSubnetId?: string
Property Value
string
internal
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource, must provide ControlPlaneSubnetResourceId and AppSubnetResourceId if enabling this property
internal?: boolean
Property Value
boolean
platformReservedCidr
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
platformReservedCidr?: string
Property Value
string
platformReservedDnsIP
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
platformReservedDnsIP?: string
Property Value
string
runtimeSubnetId
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.
runtimeSubnetId?: string
Property Value
string