Hi. We use Azure App Service with different web apps. These Linux web apps have configured as publish as "Code" with a "node" runtime stack running on "Linux".
The web app is already using a custom domain which works well (e.g. www.contoso.com). What we want in addition, to redirect the requests on the naked domain https:// to https://www.
How can we do this without using additional network components or add a redirect to the code?
Thanks
Mark