Azure Function Timer Function run part of the code asynchronously
I have a timer function in Python, that's supposed to run daily. However there is a business requirement that a certain method runs on a monthly basis. Is there a way for me to do this? It would be something…