@Azuretech - Thanks for the question and using MS Q&A platform.
- To get the report of cluster information or number of worker/auto-termination setting in each workspace, you will need to have access to each workspace. As a global admin, you can request access to each workspace or ask the workspace admins to provide you with the necessary information. There is no command or way to get the report in one go without having access to each workspace.
- As a global admin, you can use the Azure Databricks CLI to access the workspace without requesting the workspace admins to grant access. You can use the "databricks configure --token" command to configure the CLI with your Azure Databricks personal access token. Once configured, you can use the CLI to access the workspace and retrieve the necessary information. However, this approach requires that you have the necessary permissions to access the workspace resources. If you do not have the necessary permissions, you will still need to request access from the workspace admins.
Using Databricks Cluster CLI - we can get the he report of the cluster information or number of worker/auto termination setting in each workspace as shown below:
For more details, Azure Databricks Clusters CLI.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.