7 references to AllocateParameter
Aspire.Hosting.Azure.AppService (7)
AzureAppServiceWebsiteContext.cs (7)
158return (AllocateParameter(param, secretType: st), st); 173return (AllocateParameter(output, secretType: secretType), secretType); 183return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 233return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 601var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 664var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 714EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(Resource)),