I would like to host a static website over the Blob Storage of Microsoft Azure. Is it possible to have the website hosted at the root of the domain (aka http://contoso.com
rather than http://www.contoso.com
) while using the Blob Storage?
CodePudding user response:
Custom domain mapping to an Azure Blob Storage static website works only for subdomains (for example: www.contoso.com
).
If you want your web endpoint to be available on the root domain (for example: contoso.com
), then you'll have to use Azure CDN Map a custom domain with HTTPS enabled or Azure Static Web Apps.