2 instantiations of EndpointMapping
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
356_endpointMapping[e.Name] = new(e.UriScheme, resource.Name, port, targetPort, true, httpIngress.External);
376_endpointMapping[e.Name] = new(e.UriScheme, resource.Name, e.Port ?? g.Port.Value, g.Port.Value, false, g.External);
4 references to EndpointMapping
Aspire.Hosting.Azure.AppContainers (4)