Consumption only environments
should be ignored:
- Legacy
- Portal does not even support creation of that kind of environments
The documentation and implementation for zone-redunancy requirements is conflicting.
- https://learn.microsoft.com/en-us/azure/reliability/reliability-azure-container-apps?tabs=azure-cli
- Zone redunancy can be enabled for both Internal and External Virtual IP
You can select Internal or External for the Virtual IP
- Portal allows both
- Azure CLI requires user to pass
--infrastructure-subnet-resource-id
with--zone-redundant
- Cmdlet are just facade for API
PSRule requires:
- Set the properties.zoneRedundant property to true.
- Set the properties.vnetConfiguration.infrastructureSubnetId property to reference a valid subnet.
- https://github.com/Azure/aca-landing-zone-accelerator
- Does not contain proper documentation for other use cases than internal VNet usage
- AZ CLI requires
--infrastructure-subnet-resource-id
if--internal-only
enabled --infrastructure-subnet-resource-id
can be passed if--internal-only
not present- Does it make any sense?
- Portal required infrastructure subnet ID even for external load balancer configurations
- load balancer does not use subnet being used
- Try to solve this?
- Enabled when not passing
--infrastructure-subnet-resource-id
or--internal-only
vnetConfiguration
=null
- Does managed environent support zone redunancy?
- WTF
- Mandatoru networking params for WAF: https://learn.microsoft.com/en-us/azure/container-apps/vnet-custom?tabs=bash&pivots=azure-cli#networking-parameters
There are three optional networking parameters you can choose to define when calling containerapp env create. Use these options when you have a peered VNET with separate address ranges. Explicitly configuring these ranges ensures the addresses used by the Container Apps environment don't conflict with other ranges in the network infrastructure.
- Mandatoru networking params for WAF: https://learn.microsoft.com/en-us/azure/container-apps/vnet-custom?tabs=bash&pivots=azure-cli#networking-parameters