Before venturing into Azure function I wanted to ask. I have python class which calls 4 others class and do some data extraction.
Is it possible to execute this class and thereby the other 4 classes through Azure function?
I am aware that a single python code can be executed but is it possible to execute a collection of files?