Share via


ContainerAppsConfiguration Class

Definition

public class ContainerAppsConfiguration
type ContainerAppsConfiguration = class
Public Class ContainerAppsConfiguration
Inheritance
ContainerAppsConfiguration

Constructors

ContainerAppsConfiguration()

Initializes a new instance of the ContainerAppsConfiguration class.

ContainerAppsConfiguration(String, String, String, String, String, String)

Initializes a new instance of the ContainerAppsConfiguration class.

Properties

AppSubnetResourceId

Gets or sets resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined.

ControlPlaneSubnetResourceId

Gets or sets resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined.

DaprAIInstrumentationKey

Gets or sets azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry

DockerBridgeCidr

Gets or sets CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the IP range defined in platformReservedCidr, if defined.

PlatformReservedCidr

Gets or sets IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges.

PlatformReservedDnsIP

Gets or sets an IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server

Applies to