Is it possible to host multiple static app in single Azure static web app service ?

Naveen Prabhu 0 Reputation points
2025-04-24T06:03:09.72+00:00

We developed HTML, CSS, Java script based static applications. We have multiple static Applications.
It's hosted in Storage blob container, since storage container doesn't support Authentication. Planning to migrate to Azure Static Web App service. we do have multiple static application, so those all can hosted into Single Azure static web app service or need to have separate static web app service.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,155 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargavi Naragani 3,820 Reputation points Microsoft External Staff Moderator
    2025-04-24T06:37:28.82+00:00

    Hi @Naveen Prabhu ,

    Azure Static Web Apps is designed to host a single static web app per service instance. If you have multiple static applications, you would need to create separate Azure Static Web App services for each application. This is different from Azure Blob Storage, which can host multiple static files but lacks features like authentication.

    For your scenario, since you are migrating from Azure Blob Storage and need authentication, you will need to set up individual Azure Static Web App services for each of your static applications.

    What is Azure Static Web Apps?
    Azure Static Web Apps Frequently Asked Questions

    If the answer is helpful, please click Accept Answer so that other people who faces similar issue may get benefitted from it.

    Let me know if you have any further Queries.

    1 person found this answer helpful.
    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.