So i have a web application with a DLL having function lets say function add().
I am writing an azure function V1 that has the reference of my DLL.
So is there a way for me to identify whether the function add() in my DLL is called from azure function
or it is called from my web application.