12 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (12)
ContainerAppContext.cs (12)
55AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 57var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId); 195Value = AllocateParameter(appIdentityResource.ClientId) 503var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 547return (AllocateParameter(param, secretType: st), st); 562return (AllocateParameter(output, secretType: secretType), secretType); 579return (AllocateParameter(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault); 625return (AllocateParameter(manifestExpressionProvider, secretType), secretType); 639=> AllocateParameter(new ContainerImageReference(resource)); 642=> AllocateParameter(new ContainerPortReference(resource)); 651_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 652_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);