I have setup up an Azure Function to trigger whenever there is a change in CosmosDB, thereby making it a CosmosDBTrigger. It seems the function is being called twice. I know this by looking into the monitor. The two calls occur within few minutes of each other.
I am not sure why the same function would get called twice or is there a setting somewhere to cause this?