I plan to use Timer functions to monitor my deployed environments. I have 5 environments for now and was planning to create 5 different functions in the same function app. I need to specify the URLs for each monitor to see which environment to monitor. How can I do that per function specific.
Or if there is any other approach to solve this problem?