I currently host a static web app on Azure Blob Storage which uses an SSL cert that I have on Azure Key Vault -- see picture below.
My question is hosting second and third static web apps -- which will also have their own SSL certs coming from Azure Key Vault. Do I need separate storage accounts for each static website I want to host on Azure Blob Storage?
All the files come from $web
container and I'm not sure if there's a way to pull web site content from another container on Azure Blob Storage.
https
. If a static website is hosted on Azure Blob Storage and needs to use anSSL
cert, the certificate must be stored in Azure Key Vault. So, I'm saying that I want to host multiple static websites which will all have their ownSSL
certs that are stored in my Azure Key Vault account. - Sam