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