Adding SSL to Azure Blob Static Site

188 Views Asked by At

I created a Static Site in Azure Blob storage and hosted my angular application. The https is working fine when I access the root site. When I access any route, I get an https error. It says the site is suspicious.

  • How can I fix this issue?
  • Does Azure Blob storage provide shared SSL to be used for the Static Site?

enter image description here

1

There are 1 best solutions below

0
On

Azure Blob storage doesn't provide shared SSL.

You can try mapping with https by Azure CDN.

TLS would be deployed just by CDN managed.

enter image description here

My reference