3 instantiations of ContainerPortReference
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
602=> AllocateParameter(new ContainerPortReference(resource));
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
327EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(Resource)),
Aspire.Hosting.Docker (1)
DockerComposeServiceExtensions.cs (1)
130source: new ContainerPortReference(resourceInstance)