Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why select location in Azure Static Web Apps?

According to the Azure Static Web Apps Documentation, one of the key features of the Azure Static Web Apps service is:

Globally distributed static content, putting content closer to your users.

If it is globally distributed, what is the purpose of selecting the location for new resources which is nearest to us during the setting up phase as stated in step 8 of this creating a static web app guide?

enter image description here

Does selecting "Central US" limit the static content to be only distributed in "Central US" and website visitors from other regions will all be routed back to "Central US"?

like image 905
Andrew Lam Avatar asked Sep 04 '25 03:09

Andrew Lam


1 Answers

The location argument refers to the location where your (serverless) backend APIs will be hosted via Azure Function Apps

like image 184
jeffreyaven Avatar answered Sep 06 '25 00:09

jeffreyaven