1 write to _httpIngress
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
339
_httpIngress
= (targetPort, httpIngress.AnyH2, httpIngress.External);
2 references to _httpIngress
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
622
if (
_httpIngress
is null && _additionalPorts.Count == 0)
632
if (
_httpIngress
is { } ingress)