Just to make sure, when I autoscale or have multiple instances of my app service plan on a scale up, my functions won't run multiple times right? If it's timer triggered it only does it once.
Anything to worry about in other trigger types? say the Singleton attribute would only be per instance right, and if triggered by a queue, only the 1st instance to get that queue trigger would take it I would assume.