ContainerAppNetworkingConfiguration Class
Networking configuration for a Container App. Only supported for Container Apps deployed into an Express managed environment.
Constructor
ContainerAppNetworkingConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
outbound_vnet_subnet_id
|
Resource ID of a subnet used for outbound (egress) traffic from this Container App. Only supported for Container Apps in an Express managed environment. Mutually exclusive with the environment-level VNet configuration and immutable after the Container App is created. |
Attributes
outbound_vnet_subnet_id
Resource ID of a subnet used for outbound (egress) traffic from this Container App. Only supported for Container Apps in an Express managed environment. Mutually exclusive with the environment-level VNet configuration and immutable after the Container App is created.
outbound_vnet_subnet_id: str | None