The scenario is this:
I have multiple containers in the database, each belonging to a tenant, I can use a change feed for each container.
I have two options:
Create multiple function apps one for each container to handle the change feed trigger
Create one function with one trigger for each container
I now have two questions:
Will there be any chance of having database-wide change feed support?
What is the best way to accomplish this based on my two options above?