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