Does Azure Static WebSite support HostName mapping with https

dotnetcoreapi 1 Reputation point
2020-08-06T17:34:31.153+00:00

I am able to setup a static website using azure storage -> static website and map to a container blob. I used the link below

https://video2.skills-academy.com/en-us/azure/storage/blobs/storage-blob-static-website

I want to know if its possible to map it to a https custom domain name ?

I was following the below link but i am bit confused if it needs CDN to do https custom host name mapping. If it requires CDN then i can remove static website hosting because CDN also does hosting which is same as Static WebSite?

Are there any security related features that change between Azure Static WebSite and CDN hosting? Our website doesnt have video content and its not open to global makrets just a country.

So my main question is, is Azure Static WebSite hosting enough and does it allow host name mapping with https?

https://microsoft.github.io/AzureTipsAndTricks/blog/tip138.html

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
675 questions
Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
188 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,758 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 28,106 Reputation points Microsoft Employee
    2020-08-07T02:16:20.173+00:00

    Hi @dotnetcoreapi ,

    I was following the below link but i am bit confused if it needs CDN to do https custom host name mapping.

    Yes, it will per stated here.

    If it requires CDN then i can remove static website hosting because CDN also does hosting which is same as Static WebSite?

    CDN is backed by Azure Storage. When you add your endpoint for your CDN, you're linking it to your static blob storage.

    cdn-add-endpoint.png

    Are there any security related features that change between Azure Static WebSite and CDN hosting?

    The two aren't related as CDN points to an Azure Storage account. There are different CDN features that you can evaulate here.

    So my main question is, is Azure Static WebSite hosting enough and does it allow host name mapping with https?

    If you want to host your static web site on an https custom domain, you'll need to configure a CDN with your static website delivery endpoint.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.