I have an application hosted in azure app service plan with instance count 3, becouse the health check ui use a service host to collect the health reports will run on al 3 instances. Do you have a way to create some sigronisation to run only on one instance?
Becouse my health check call some rest api and this apis are called in the same time from 3 instances I got from this apis the response 429 Too Many Requests