We're trying to figure out how to embrace serverless using Azure Functions to serve simple websites globally. We work with people in USA, Canada, Germany, and Australia.
I understand that Azure Functions scale up automatically as needed. But, how do we scale it out for different regions?
Edit: It seems Traffic Manager will not work on a consumption plan with Functions.
"With serverless architecture, you only pay for the time your code is running." (https://azure.microsoft.com/en-us/overview/serverless-computing/) Changing to a standard app service plan, this is no longer true. It also means we would have to deal with scaling up ourselves then too.