Azure Static Web App - Static Content Location

Pearce Fleming 20 Reputation points
2024-12-02T03:27:47.56+00:00

The documentation for Azure SWA isn't totally clear about which regions are included in the "global" distribution of static content (not the API location).

I've done some testing and have found that the SWA service does not utilize any of the Australian regions. Any traffic from Australia (or New Zealand) is instead routed to the Hong Kong (Asia East) server.

This is unfortunate and I was wondering if there is any information available on the regions that are included in the SWA "global" distribution? This would help for deciding where to deploy any BYO APIs.

Or maybe there is a roadmap spelling out when/if more regions will be added to the list of regions that the SWA apps are deployed to? I was hoping at least 1 of the Australian regions would be used...

Thanks in advance for any guidance anyone can provide =]

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

Accepted answer
  1. Shree Hima Bindu Maganti 5,485 Reputation points Microsoft External Staff Moderator
    2024-12-02T05:42:01.4233333+00:00

    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.

    1. Azure SWA uses Azure Front Door for global content delivery. However, not all Azure regions are included in the edge distribution.
    2. Australian traffic is routed to Asia East (Hong Kong) due to no SWA edge nodes in Australian regions.
    3. 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.
    4. Use Azure Front Door or Azure CDN to manually configure content delivery closer to Australian users.
    5. 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.

0 additional answers

Sort by: Most helpful

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.