7 references to AllocateParameter
Aspire.Hosting.Azure.AppService (7)
AzureAppServiceWebsiteContext.cs (7)
161return (AllocateParameter(param, secretType: st), st); 176return (AllocateParameter(output, secretType: secretType), secretType); 186return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 236return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 626var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 693var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 749EndpointProperty.TargetPort => mapping.TargetPort?.ToString(CultureInfo.InvariantCulture) ?? (BicepValue<string>)AllocateParameter(new ContainerPortReference(Resource)),