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