12 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (12)
ContainerAppContext.cs (12)
54AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 56var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId); 194Value = AllocateParameter(appIdentityResource.ClientId) 502var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 546return (AllocateParameter(param, secretType: st), st); 561return (AllocateParameter(output, secretType: secretType), secretType); 578return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 624return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 638=> AllocateParameter(new ContainerImageReference(resource)); 641=> AllocateParameter(new ContainerPortReference(resource)); 650_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 651_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);