14 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (14)
BaseContainerAppContext.cs (10)
77Value = AllocateParameter(appIdentityResource.ClientId) 195var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 240return (AllocateParameter(param, secretType: st), st); 255return (AllocateParameter(output, secretType: secretType), secretType); 272return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 366return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 380=> AllocateParameter(new ContainerImageReference(resource)); 383=> AllocateParameter(new ContainerPortReference(resource)); 392_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 393_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);
ContainerAppContext.cs (2)
27AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 29var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
ContainerAppJobContext.cs (2)
23AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 25var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);