3 references to Normal
Aspire.Hosting.Azure.ContainerApps (3)
AzureContanierAppsInfrastructure.cs (3)
523SecretType.Normal or SecretType.KeyVault => new ContainerAppEnvironmentVariable { Name = kv.Key, SecretRef = (string)val }, 651var st = param.Secret ? SecretType.Normal : secretType; 702finalSecretType = SecretType.Normal;