An Apache Spark-based analytics platform optimized for Azure.
The error you’re seeing is due to a system-defined deny assignment created by Azure Databricks. These deny assignments are automatically generated by Azure services (like Databricks) to protect their managed resources and ensure their security.
Why This Happens
System-Defined Deny Assignment - These are created and managed by Azure services (like Azure Databricks) and cannot be modified, deleted, or overridden by users, even with Owner permissions.
Security Control - They prevent changes to critical resources managed by the service.
For additional information, please refer: List Azure deny assignments
What You Can Do
Assign Permissions at the Workspace Level - Instead of assigning Reader access to the Databricks resource group, assign it directly to the Databricks workspace resource.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.