The following command returns a list of mounted point of Databricks:
dbutils.fs.ls("/mnt/")
Let's assume the "/mnt/point_name/" point exists. How check to with source the point is connected? E.g. How to find a relation between Azure Storage Account and mount point?
I am bit confused why I can not find any information about mounted point in Azure Databricks in documentation and over the internet...