ContainerApp¶
Represents Azure Container Apps.
Labels: :ArmResource:ContainerApp
Properties:
id- Resource ID (primary key)runningStatus- Current running statusallowInsecure- Allow insecure ingressfqdn- Fully qualified domain nameclientCertificateMode- Client certificate mode for ingressexternal- External ingress enabledexposedPort- Exposed ingress porttargetPort- Target application portsecretNames- Secret names referenced by the app
Relationships¶
Incoming¶
- AppManagedEnvironment →
DEPLOYS→ ContainerApp - Deployment into a managed environment
Outgoing¶
- ContainerApp →
CAN_ACCESS_REGISTRY→ ContainerRegistry - Registry access for image pulls (with identity/secret details) - ContainerRegistry →
CONTAINS_IMAGE→ ContainerImage - Images referenced by this app (by registry server and image string) - ContainerImage →
HAS_ENVVAR→ EnvVar - Environment variables defined on containers