6 references to AllocateParameter
Aspire.Hosting.Azure.AppService (6)
AzureAppServiceWebsiteContext.cs (6)
124return (AllocateParameter(param, secretType: st), st); 139return (AllocateParameter(output, secretType: secretType), secretType); 149return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 186return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 213var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 327EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(Resource)),