This question is similar to my other question but this time for Microsoft Azure.
We have a config file that needs to be in the classpath of the driver (and possibly the executors).
When defining a Databricks cluster in Microsoft Azure, I configured custom Spark configs: spark.executor.extraClassPath and spark.driver.extraClassPath. I pointed both paths to a directory in dbfs that contains our config. But as half suspected, this doesn't work.
The question is, which type of paths are supported by these Spark Configs? If it's only local filesystem, how do I get my config file on the driver (and the executors)?