ContainerAppsConfiguration interface
Properties
app |
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 |
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. |
dapr |
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry |
docker |
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. |
platform |
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 |
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server |
Property Details
appSubnetResourceId
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.
appSubnetResourceId?: string
Property Value
string
controlPlaneSubnetResourceId
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?: string
Property Value
string
daprAIInstrumentationKey
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
daprAIInstrumentationKey?: string
Property Value
string
dockerBridgeCidr
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.
dockerBridgeCidr?: string
Property Value
string
platformReservedCidr
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet 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