用于货币信贷的 Azure 仪表板小部件

Azure Dashboard Widget for Monetary Credit

如何将此类用于货币信用的饼图小部件添加到我的 Azure 仪表板?

我也有同样的问题。我有一个默认包含此小部件的现有仪表板,但我也找不到一种简单的 UI 方式来添加/更新这些类型的小部件。

我的解决方案是导出我现有的仪表板,查看 json 文件,编辑 json 文件并再次重新上传 Dashboard.json。

请参阅下面您需要添加/更新到 Dashboard.json 文件的部分的摘录:

  "<insert an unique id here> ⭐": {
     "position": {
      "x": 13, // The x-position on the dashboard ⭐
      "y": 10, // The y-position on the dashboard ⭐
      "colSpan": 4,
      "rowSpan": 2
    },
    "metadata": {
      "inputs": [
        {
          "name": "subscriptionId",
          "value": "<insert the subscription id> ⭐",
          "isOptional": true
        }
      ],
     "type": "Extension/Microsoft_Azure_Billing/PartType/BillingSubscriptionTile"
    }
  },

上传修改后的 .json 文件: