Service and scaling limits

AzureUser-9588 151 Reputation points
2022-02-25T11:52:31.04+00:00

If I hosted my static website in Azure Static WebApps, how do I manage the scalability? Is there a way I can configure auto-scaling? Are there any scaling or service limits that I should aware of?

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2022-02-25T23:53:02.607+00:00

    There aren't any scaling options for Static Web Apps. There's a Free and Standard plan with the standard allowing for $0.20/GB per subscription for anything bandwidth needed over 100GB. You can read more about the differences between Free and Standard on the Quotas doc. Scaling doesn't come into play because you don't have any server-side rendering going and your app is delivered down to the client.

    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.