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