I have trouble storing logs to a Storage Account.
Specifically I have an AppService (dotNet ASP api application) that internally write logs, now I want to save these logs in a permanent storage.
I've configured the "App Service Logs" to have the application logs stored in Azure Storage Container, but still I don't see any log in the storaga container. Is the AppServiceLogs configuration enough or I need to modify the application code too (like log4Net to write on the StorageContainer)?
thanks