How to add tiles for "Monetary Credit" and "Spending rate and forecast" to the dashboard?

KonradSL 71 Reputation points
2021-06-07T06:12:25.793+00:00

For a past subscription I had two tiles for "Monetary Credit" and "Spending rate and forecast" on my Azure dashboard.
But I cannot find a way to add these tiles for my new subscription's dashboard as well.

How can I perform this?

102764-tile1.png102895-tile2.png

BTW: How can you expect at least one tag for a question but provide no matching search results or default plain tags like "azure" or "dashboard"?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,596 questions
{count} votes

Accepted answer
  1. Jimmy Demis 96 Reputation points
    2021-06-09T12:20:51.81+00:00

    Workaround I have found is to download the dashboard JSON file and manually add the "Spending rate and forecast", followed by uploading it again and creating new dashboard.

     "2": {
                "position": {
                  "x": 6,
                  "y": 0,
                  "colSpan": 6,
                  "rowSpan": 4
                },
                "metadata": {
                  "inputs": [
                    {
                      "name": "id",
                      "value": "558e5715-ebd7-45ce-b490-ae030e573f6b"
                    }
                  ],
                  "type": "Extension/Microsoft_Azure_Billing/PartType/SubscriptionDetailBurnRateChart",
                  "savedContainerState": {
                    "partTitle": "Spending rate and forecast",
                    "assetName": "Visual Studio Professional Subscription (558e5715-ebd7-45ce-b490-ae030e573f6b)"
                  }
                }
              },
    
    4 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.