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