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