2 references to AllocateContainerPortParameter
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
516
EndpointProperty.TargetPort => targetPort is null ?
AllocateContainerPortParameter
() : $"{targetPort}",
674
caIngress.TargetPort = ingress.Port ?? AsInt(
AllocateContainerPortParameter
());