I'm attempting to use terraform to deploy a databricks workspace using unity catalog on a completely databricks free empty environment.
In order to use unity catalog, I need to create a metadata store for the azure region.
In order to do this,whatever runs terraform needs to be a databricks account admin.
Is there any way to grant databricks account admin without a manual step.. You need account admin to grant account admin. Or do you have to have a entra administrator to log into the accounts portal withing databricks.
How is this handled usually as infrastructure as code?