Skip to content

Commit dbf7b5a

Browse files
committed
Fix commit
1 parent 075fcc8 commit dbf7b5a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/managed-grafana/how-to-create-dashboard.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to create and configure Azure Managed Grafana dashboards.
44
author: maud-lv
55
ms.author: malev
66
ms.service: managed-grafana
7-
ms.topic: how-to
8-
ms.date: 01/02/2023
7+
ms.topic: how-to
8+
ms.date: 03/07/2023
99
---
1010

1111
# Create a dashboard in Azure Managed Grafana
@@ -33,6 +33,7 @@ Import a dashboard template from the Grafana Labs website.
3333

3434
1. From the Grafana Labs website, browse through [Grafana dashboards templates](https://grafana.com/grafana/dashboards/?category=azure) and select a dashboard to import.
3535
1. Select **Copy ID to clipboard**.
36+
1. For the next steps, use the Azure portal or the Azure CLI.
3637

3738
### [Portal](#tab/azure-portal)
3839

@@ -50,9 +51,9 @@ Import a dashboard template from the Grafana Labs website.
5051

5152
Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-update) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<dashboard-id>` with the name of the Azure Managed Grafana instance, its resource group, and the dashboard ID you copied earlier.
5253

53-
```azurecli
54-
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition <dashboard-id>
55-
```
54+
```azurecli
55+
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition <dashboard-id>
56+
```
5657

5758
---
5859

0 commit comments

Comments
 (0)