Hi Pearce Fleming ,
Welcome to the Microsoft Q&A Platform!
Azure Static Web Apps (SWA) globally distribute static content using a content delivery network (CDN). However, the specifics of which Azure regions are utilized for edge distribution aren't directly published by Microsoft.
- Azure SWA uses Azure Front Door for global content delivery. However, not all Azure regions are included in the edge distribution.
- Australian traffic is routed to Asia East (Hong Kong) due to no SWA edge nodes in Australian regions.
- Deploy APIs in Australian Azure regions (e.g., Australia East or Australia Southeast) to reduce latency for Australian users. This does not affect static content delivery.
- Use Azure Front Door or Azure CDN to manually configure content delivery closer to Australian users.
- Tools like Azure Network Watcher or
traceroute
can help verify routing and latency. Reference:
Azure Static Web Apps documentation and Azure Updates
Azure Network Watcher. Azure Front Door and Azure CDN.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.