11 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (11)
ContainerAppContext.cs (11)
46AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 48var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId); 155Value = AllocateParameter(appIdentityResource.ClientId) 463var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 507return (AllocateParameter(param, secretType: st), st); 522return (AllocateParameter(output, secretType: secretType), secretType); 539return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 594=> AllocateParameter(new ContainerImageReference(resource)); 597=> AllocateParameter(new ContainerPortReference(resource)); 606_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 607_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);