AZURE DATABRICKS - How To Modify existing Secret Scope?
I have been working on Azure Databricks (DBx) for 3/4 weeks and there are loads of things that I have been fortunate enough to learn. I always wanted to explore or find out more about Azure DBx and just grateful enough to be given a chance to use it in a real project. Let's get to the technicalities then. The other day I stumbled upon this error while running a DBx notebook User username@domain.com does not have READ permission on scope xxx_yyy to perform this action. So the problem statement was to find out the details of scope xxx_yyy. I assume if you are reading this article you will have an idea of what secret scopes are in context to Azure Databricks. You can read more on it here Secret Scopes - Azure DBx Now I will list out the steps to create and manage secret scopes. Creating can be done through UI on azure portal but for managing the scope the process is little different. Please go through the following steps CREATE 1. For creati...