I am working on a first-time project on Azure. We have created Azure Functions apps written in python.
I would like to know how to store my app logs in blob storage. Just to clarify, I mean the logs I have written in my code using python's logging module, not the logs Azure collects automatically. In particular, I would like to store the same (live) logs I can see in log stream to some blob storage.
Thanks so much in advance!!