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