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