3 references to Normal
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceWebsiteContext.cs (3)
123var st = param.Secret ? SecretType.Normal : secretType; 176finalSecretType = SecretType.Normal; 326return parameter.AsProvisioningParameter(Infra, isSecure: secretType == SecretType.Normal);