The web app should redirect all HTTP traffic to HTTPS
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。
Description
Azure Web Apps allow sites to use both HTTP and HTTPS by default. Web apps can be accessed by anyone using non-secure HTTP links by default. Non-secure HTTP requests can be restricted and all HTTP requests redirected to the secure HTTPS port. It is recommended to enforce HTTPS-only traffic. Enabling HTTPS-only traffic redirects all non-secure HTTP request to HTTPS ports. HTTPS uses the SSL/TLS protocol to provide a secure connection, which is both encrypted and authenticated, so it is important to support HTTPS for the security benefits.
From the console
- Log in to Azure Portal using https://portal.azure.com.
- Go to App Services.
- Click on each App.
- Under Setting section, click on TLS/SSL settings.
- Under the Bindings pane, set HTTPS Only to On under the Protocol Settings section.