ContainerAppsConfiguration Class

ContainerAppsConfiguration.

Constructor

ContainerAppsConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
dapr_ai_instrumentation_key
str

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.

platform_reserved_cidr
str

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

platform_reserved_dns_ip
str

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

control_plane_subnet_resource_id
str

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.

app_subnet_resource_id
str

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.

docker_bridge_cidr
str

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.

Attributes

app_subnet_resource_id

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.

app_subnet_resource_id: str | None

control_plane_subnet_resource_id

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.

control_plane_subnet_resource_id: str | None

dapr_ai_instrumentation_key

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.

dapr_ai_instrumentation_key: str | None

docker_bridge_cidr

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.

docker_bridge_cidr: str | None

platform_reserved_cidr

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

platform_reserved_cidr: str | None

platform_reserved_dns_ip

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

platform_reserved_dns_ip: str | None