Search code examples
azureazure-storageazure-blob-storage

Azure Storage - Is it possible to create two or more static website containers in one storage account?


I'm wondering if is supported or possible to manage several static file web servers in the same storage account.

Looking around in the options for Static Website in an Azure Storage account, it only has a toogle an only one primary endpoint and an associated container to serve the static website (named $web).

Is there a way to setup the account to provide two Static Website containers?


Solution

  • As of now, it can only support one static website for one storage account. There is also an issue about that.