I would like to build an Azure function app that contains some minimalistic set of a state. A setting or two, or cached items.
I would like for another application to somehow trigger all the app service instances to update their state - be it using webhooks, servicebus or whatnot. The obvious question is how can I send a message to ALL instances, and not just one?
...or is there another architecture that is recommended?