3 references to Resource
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceWebsiteContext.cs (3)
663
var containerImage = AllocateParameter(new ContainerImageReference(
Resource
));
730
var containerImage = AllocateParameter(new ContainerImageReference(
Resource
));
786
EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(
Resource
)),