Skip to content

Commit c420963

Browse files
authored
Specify FIPS mode applicability for Linux workloads
Clarified that FIPS mode applies specifically to Linux-based workloads in App Service Environment.
1 parent 37b0e51 commit c420963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/app-service/environment/app-service-app-service-environment-custom-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To configure your App Service Environment to use just the ciphers that it requir
105105
106106
## Enable FIPS mode
107107

108-
You can configure your App Service Environment to operate in FIPS (Federal Information Processing Standards) mode. When enabled, FIPS mode ensures that cryptographic operations comply with FIPS 140-2 standards.
108+
This setting applies to Linux-based workloads in your App Service Environment. You can configure your Linux-based workloads running on App Service Environment to operate in FIPS (Federal Information Processing Standards) mode. When enabled, FIPS mode ensures that cryptographic operations comply with FIPS 140-2 standards.
109109

110110
To enable FIPS mode on your App Service Environment, you can set the following **clusterSettings** entry:
111111

@@ -118,7 +118,7 @@ To enable FIPS mode on your App Service Environment, you can set the following *
118118
],
119119
```
120120

121-
When LinuxFipsModeEnabled is set to true, your App Service Environment uses FIPS-compliant cryptographic modules for cryptographic operations. This setting applies to Linux-based workloads in your App Service Environment.
121+
When LinuxFipsModeEnabled is set to true, your App Service Environment uses FIPS-compliant cryptographic modules for cryptographic operations.
122122

123123
## Get started
124124

0 commit comments

Comments
 (0)