11 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (11)
ContainerAppContext.cs (11)
46
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
48
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
155
Value =
AllocateParameter
(appIdentityResource.ClientId)
463
var domain =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
507
return (
AllocateParameter
(param, secretType: st), st);
522
return (
AllocateParameter
(output, secretType: secretType), secretType);
539
return (
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);