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