12 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (12)
ContainerAppContext.cs (12)
54
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
56
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
194
Value =
AllocateParameter
(appIdentityResource.ClientId)
502
var domain =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
546
return (
AllocateParameter
(param, secretType: st), st);
561
return (
AllocateParameter
(output, secretType: secretType), secretType);
578
return (
AllocateParameter
(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault);
624
return (
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);