I'm working with Azure ContainerApps via CLI.
I'm trying to check what ingress traffic setting (Allow all traffic / Limited to VNet / Limited to Container Apps Environment) is allowed in my containerapp using the CLI.
Doing an az containerapp list
lists the configuration of all the containerapps that are present.
From the obtained result, I know that "properties.configuration.ingress.external" tells me if public traffic is enabled but that is too generic in my case as that only talks about public access in general.
I also tried the az containerapp show
command. That result doesn't help either.
Any help on this will be highly helpful.
Cheers!