8 references to KeyVault
Aspire.Hosting.Azure.AppContainers (8)
ContainerAppContext.cs (8)
431
if (secretType == SecretType.
KeyVault
)
450
SecretType.Normal or SecretType.
KeyVault
=> new ContainerAppEnvironmentVariable { Name = kv.Key, SecretRef = (string)val },
588
return (AllocateKeyVaultSecretUriReference(secretOutputReference), SecretType.
KeyVault
);
591
return (AllocateParameter(secretOutputReference, secretType: SecretType.
KeyVault
), SecretType.
KeyVault
);
598
return (AllocateKeyVaultSecretUriReference(vaultSecretReference), SecretType.
KeyVault
);
601
return (AllocateParameter(vaultSecretReference, secretType: SecretType.
KeyVault
), SecretType.
KeyVault
);