访问 Azure Databricks 托管资源组中的成本分析
Access to Cost analysis in Azure Databricks managed resource group
在我们的组织中,我们有一个通用的 Azure 订阅,每个解决方案都有一个单独的资源组。我拥有解决方案资源组的所有者权限,但是当我们创建 Databricks 工作区时,会创建一个单独的托管资源组 databricks-rg-***,我无权访问。为了能够管理我们的 Azure 成本,我需要有权访问此托管资源组的成本分析部分。我需要在此资源组中扮演什么角色才能查看成本?
To be able to manage our Azure costs, I need to have access to the Cost analysis section of this managed resource group. What role do I need in this resource group to be able to see the costs?
看成本,Reader
角色就够了。如果你想做除了阅读以外的其他操作,你需要角色 e.g. Contributor
, Owner
.
在我们的组织中,我们有一个通用的 Azure 订阅,每个解决方案都有一个单独的资源组。我拥有解决方案资源组的所有者权限,但是当我们创建 Databricks 工作区时,会创建一个单独的托管资源组 databricks-rg-***,我无权访问。为了能够管理我们的 Azure 成本,我需要有权访问此托管资源组的成本分析部分。我需要在此资源组中扮演什么角色才能查看成本?
To be able to manage our Azure costs, I need to have access to the Cost analysis section of this managed resource group. What role do I need in this resource group to be able to see the costs?
看成本,Reader
角色就够了。如果你想做除了阅读以外的其他操作,你需要角色 e.g. Contributor
, Owner
.