VnetConfiguration Class

Definition

Configuration properties for apps environment to join a Virtual Network.

public class VnetConfiguration
type VnetConfiguration = class
Public Class VnetConfiguration
Inheritance
VnetConfiguration

Constructors

VnetConfiguration()

Initializes a new instance of VnetConfiguration.

Properties

DockerBridgeCidr

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

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.

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.

PlatformReservedCidr

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

PlatformReservedDnsIP

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

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.

Applies to