Azure – Creating a directory inside another directory in blob storage
I wanted to create a subdirectory in a directory in one of my Azure blob storage containers. I know that it is not possible doing it via UI. So I created a databricks notebook and executed the following command: dbutils.fs.mkdir("mnt/<containername>/directory/subdirectory).…