Is it possible to host mydomain.com as a static website on Azure storage, and still setup email address admin@mydomain.com?
I believe that CNAME is required for hosting on Azure storage, but this won't work with email
Is it possible to host mydomain.com as a static website on Azure storage, and still setup email address admin@mydomain.com?
I believe that CNAME is required for hosting on Azure storage, but this won't work with email
Answering my own question - seems like this is possible by using an ANAME record in Azure DNS... I'll have to move my domain registration across to test this, but will report back when I eventually get around to it
Yes you can host an static website to Azure Storage.You can serve static content (HTML, CSS, JavaScript, and image files) directly from a container in a general-purpose V2 or BlockBlobStorage account.
You can simply follow this Microsoft Document to host your static website to Azure Storage container and you will primary and secondry endpoint to access the website.
You can map your both endpoint to the customer for that please also refer this document