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