I can only access my website with example.com. If I use www.example.com, the browser delivers an error message saying "cannot connect to server" or "server not found". Here are the details ...
I recently created a Wordpress website utilizing Azure App Services as documented here:
[https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress
I mapped to my custom domain, example.com using A and text records. The TLS/SSL certificate was secured / binded using the Azure App Service free certificate for example.com.
When I try to access the website, it works for example.azurewebsites.com, www.example.azurewebsites.com, and example.com. It does not work for www.example.com.
How do I enable access with www.example.com? Did I miss a step in the configuration? I do not have a technical background, so detailed steps to fix the problem would be appreciated.