14 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (14)
BaseContainerAppContext.cs (10)
77Value = AllocateParameter(appIdentityResource.ClientId) 195var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 249return (AllocateParameter(param, secretType: st), st); 264return (AllocateParameter(output, secretType: secretType), secretType); 281return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 381return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 395=> AllocateParameter(new ContainerImageReference(resource)); 398=> AllocateParameter(new ContainerPortReference(resource)); 407_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 408_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);
ContainerAppContext.cs (2)
27AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 29var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
ContainerAppJobContext.cs (2)
21AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 23var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);