Skip to content

Commit bf64526

Browse files
authored
Merge pull request #202259 from SnehaAgrawal-MSFT/patch-50
(AzureCXP) fixes MicrosoftDocs/azure-docs/issues/94338
2 parents 634b124 + 9592721 commit bf64526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/configure-ssl-bindings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ Your inbound IP address can change when you delete a binding, even if that bindi
122122

123123
## Enforce HTTPS
124124

125-
By default, anyone can still access your app using HTTP. You can redirect all HTTP requests to the HTTPS port.
126-
127125
In your app page, in the left navigation, select **TLS/SSL settings**. Then, in **HTTPS Only**, select **On**.
128126

127+
If selected **HTTPS Only**, **Off** It means anyone can still access your app using HTTP. You can redirect all HTTP requests to the HTTPS port by selecting **On**.
128+
129129
![Enforce HTTPS](./media/configure-ssl-bindings/enforce-https.png)
130130

131131
When the operation is complete, navigate to any of the HTTP URLs that point to your app. For example:
@@ -163,4 +163,4 @@ Language specific configuration guides, such as the [Linux Node.js configuration
163163
## More resources
164164

165165
* [Use a TLS/SSL certificate in your code in Azure App Service](configure-ssl-certificate-in-code.md)
166-
* [FAQ : App Service Certificates](./faq-configuration-and-management.yml)
166+
* [FAQ : App Service Certificates](./faq-configuration-and-management.yml)

0 commit comments

Comments
 (0)