we are in the process of designing a solution where in we have
- Azure Storage Queue
- Azure function with Storage Queue input binding.
Questions
- what would happen when we scale the function app, say if we have 2 instances of the function, will both the functions receive the messages (duplicates) from the queue ?
Thanks -nen