12 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (12)
ContainerAppContext.cs (12)
55
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
57
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
195
Value =
AllocateParameter
(appIdentityResource.ClientId)
503
var domain =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
547
return (
AllocateParameter
(param, secretType: st), st);
562
return (
AllocateParameter
(output, secretType: secretType), secretType);
579
return (
AllocateParameter
(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault);
625
return (
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);