I have created a java MVC web app and deployed on the Azure cloud. Now I am trying to capture my web application logs into the text/CSV file and store that text/CSV file in Azure Blob Storage. Can anyone tell me how to do this? How to access Azure Blob Storage. I went through this article but was not of much help.
Please anyone help.
Note- In on premises application we can do the same using properties file & log4j jar.
I want to do the same in Azure web App.