Azure Static Web App stuck on slow stamp (.7 in eastasia) — new resource group still assigns same stamp

Jay 0 Reputation points
2026-04-23T01:49:13.4233333+00:00

Hi team,

I'm experiencing a significant performance difference between two Azure Static Web Apps in the same region (eastasia), same tier (Standard), same configuration. The problem appears to be stamp-level, similar to other reported threads:

Measurements

Both SWAs serve nearly identical HTML (~46 KB). Direct origin TTFB, 3 consecutive runs each:

Dev: blue-smoke-06a737000.1.azurestaticapps.net - 212–485 ms
Prod: lively-bush-0da42ca00.7.azurestaticapps.net - 1135-1442 ms

Prod is consistently 3–5× slower than dev, regardless of time of day or client location.

What I've tried:

Per the webspace-pinning guidance in the App Service thread, I created a new resource group (wincl-carbonatlas-prod-v2_group) and a brand-new empty SWA inside it. The new SWA also landed on stamp .7 (hostname: delightful-pond-018316800.7.azurestaticapps.net) and serves 1.2+ s TTFB even while empty. 

Environment

  • Region: eastasia
  • Tier: Standard
  • enterpriseGradeCdnStatus: Disabled
  • linkedBackends: [], userProvidedFunctionApps: null
  • Both SWAs use contentDistributionEndpoint: https://content-hk1.infrastructure.X.azurestaticapps.net (X differs by stamp)
  • staticwebapp.config.json and source code are identical between the two branches deployed

Questions

  1. Can our production SWA be migrated to a faster stamp (e.g., stamp .1 or a newer stamp)?
  2. Is there any way to force a specific stamp assignment for Static Web Apps, or any other workaround besides recreating until we randomly land on a faster stamp?

Azure Static Web Apps only supports 5 regions globally (West US 2, Central US, East US 2, West Europe, East Asia), so we can't move to a closer region like koreacentral or japaneast for our Korean user base. We're effectively stuck in eastasia.

Thanks in advance for any guidance.

Azure Static Web Apps
Azure Static Web Apps

An Azure service that provides streamlined full-stack web app development.


1 answer

Sort by: Newest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.