I have a time triggered function which would need to invoke another http triggered function in the same function app. I do not want to open the function as anonymous. I would want it to Auth based on function or admin key.
How do I get either master key or (better) function key in the time triggered function to cross call the http triggered function ?