Is there any way to limit an Azure function to just be allowed to be called from a particular domain? It is just in order to do not have an api exposed in public, I want that api to just be consumed from my webapp, deployed in a particular domain, let's say webappexample.org
Thanks in advance.