The Azure Function with a Cosmos DB binding will not trigger when there is an insert/update. A function with only an "input" (sql query) does process documents correctly but the one that taps the real time change feed does not.
I have tried to switch to different environments of the same data but the result stays the same. Change feed does not work - sql query input does.
How do I go about troubleshooting this methodically?