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