7 references to AllocateParameter
Aspire.Hosting.Azure.AppService (7)
AzureAppServiceWebsiteContext.cs (7)
222return (AllocateParameter(param, secretType: st), st); 237return (AllocateParameter(output, secretType: secretType), secretType); 247return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 340return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 744var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 813var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 904EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(Resource)),