In an Azure app service > security, the following warning is displayed:
Question How to set the application for https only?
Already tried:
- edit the web.config in app service editor (XML) to create a redirection rule, which seems to be working but not removing the warning
- enable https only in custom domains (off -> ON)
- found a setting in an ARM template that seems to be related to this, but cannot edit template for the existing app
- looked for a solution in appsettings.json (not found)
Thank you for your help!