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