Having referred to the following SO post: Redirecting non-WWW to WWW in an Azure Website
I have been working on adding an SSL certificate to an azure website which has the address mytestapp.azurewebsites.net which I am now able to access via https mydomain.com, http www.mydomain.com and http mydomain.com but if I try to access https www.mydomain.com I am getting a certificate error that is not being displayed when the www. has been omitted
How can I ensure that both www.mydomain.com and mydomain.com are both secured by HTTPS