Hi!
I have created an Azure Function app, written in Python. I can see the live logs in the "log stream" section. However, I would like to store those very logs for later analysis, but I do not know how to do it. Or perhaps they are already being stored somewhere and I do not know where they are. Just to clarify, I am referring to the logs that I have written in my code, not the ones Azure automatically collects.
Can anyone tell me how to tell azure to store my app logs in some blob storage? (Or, alternatively, where they are already being stored.)
Thanks so much in advance!!