4 references to Normal
Aspire.Hosting.Azure.AppContainers (4)
BaseContainerAppContext.cs (4)
247
var st = param.Secret ? SecretType.
Normal
: secretType;
336
? SecretType.
Normal
365
finalSecretType = SecretType.
Normal
;
481
SecretType.
Normal
or SecretType.KeyVault => new ContainerAppEnvironmentVariable { Name = kv.Key, SecretRef = (string)val },