An Azure service that provides streamlined full-stack web app development.
Azure Static Web App stuck on slow stamp (.7 in eastasia) — new resource group still assigns same stamp
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:
- [UK South App Service stuck on old stamp](https://learn.microsoft.com/en-us/answers/questions/5592664/uk-south-app-service-stuck-on-old-stamp-(waws-prod)
- Storage account download speed difference
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
- Can our production SWA be migrated to a faster stamp (e.g., stamp .1 or a newer stamp)?
- 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
1 answer
Sort by: Oldest
-
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