I have a databricks cluster and I want to store my cluster logs in an ADLS Gen 2 account. For that I followed this answer-
How to re-direct logs from Azure Databricks to another destination?
Also, this article talks about creating a cluster and sending the logs to ADLS but writes a CURL command to create a cluster.
But this didn't help. I changed the mount script in logging like this-
But this also didn't help.