3 references to Normal
Aspire.Hosting.Azure.AppContainers (3)
ContainerAppContext.cs (3)
450
SecretType.
Normal
or SecretType.KeyVault => new ContainerAppEnvironmentVariable { Name = kv.Key, SecretRef = (string)val },
564
var st = param.Secret ? SecretType.
Normal
: secretType;
635
finalSecretType = SecretType.
Normal
;