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