Skip to content

Commit 7107f80

Browse files
Fix typos and formatting in TLS overview
1 parent 169949a commit 7107f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Key benefits include:
5656
- **Enhanced Privacy**: Encrypts handshake messages, reducing metadata exposure and mitigating downgrade attacks.
5757

5858
#### Default Configuration
59-
TLS 1.3 is fully supported in Azure App Service and can be enabled by setting the **Minimum Inbound TLS Version** to **1.3** in the Azure Portal, CLI, or ARM templates.
59+
TLS 1.3 is fully supported in Azure App Service and can be enabled by setting the **Minimum Inbound TLS Version** to **1.3** in the Azure portal, CLI, or ARM templates.
6060

6161
#### Cipher Suites
6262
A [Minimum TLS Cipher Suite](#minimum-tls-cipher-suite) setting is available with TLS 1.3. This includes two cipher suites at the top of the cipher suite order:
@@ -82,7 +82,7 @@ To ensure backward compatibility for TLS 1.0 and TLS 1.1, App Service will conti
8282
## Minimum TLS cipher suite
8383

8484
> [!NOTE]
85-
> Minimum TLS Cipher Suite is supported on Basic SKUs and higher on multi-tenant App Service.
85+
> Minimum TLS Cipher Suite is supported on Basic SKUs and higher on multitenant App Service.
8686
8787
The minimum TLS cipher suite includes a fixed list of cipher suites with an optimal priority order that you cannot change. Reordering or reprioritizing the cipher suites isn't recommended as it could expose your web apps to weaker encryption. You also cannot add new or different cipher suites to this list. When you select a minimum cipher suite, the system automatically disables all less secure cipher suites for your web app, without allowing you to selectively disable only some weaker cipher suites.
8888

0 commit comments

Comments
 (0)