In addition to clusters, if you are planning to deal with Delta tables and I guess that is the case, I would strongly recommend you take a look in Databricks Academy, Azure Databricks documentation or any other source to creation of Managed catalogs with Unity Catalog in your Azure Data Lake Storage by connecting it via Databricks Access Connector (Managed Identity) ๐ I explain that in another of my videos BUT in Spanish so far (https://youtu.be/-RaNQjApnDQ). I hope I could make it in English but as said, there is already a lot of documentation about it you can use.
Later "corporate" advise would be to take a look to usage of "service principals" in order to automatize usage of clusters, jobs, pipelines, etc. ๐ with service identities instead of human user identities. This is only an advise based on my business experience!