How does Region specific functions works with globally distributed Azure static web Apps ? #1368
Sajith-TalentzQ
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My front-end app is a static webApp and is globally distributed as per documentation.
However i would like my functions to be region aware (I will use bring your own functions with deployments in multiple regions)
So i will have the following function deployments
Kind of unclear how can I make my Asure static webApp choose the appropriate Azure function based on from where the request is served ?
The requirement is like if the request is coming from India - I would like my static app to contact adminfunc-centralindia and for the rest of the request from any other region adminfunc-eastus function should be called.
Any pointers welcome!!
Beta Was this translation helpful? Give feedback.
All reactions