You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-create-dashboard.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ Import a dashboard template from the Grafana Labs website.
33
33
34
34
1. From the Grafana Labs website, browse through [Grafana dashboards templates](https://grafana.com/grafana/dashboards/?category=azure) and select a dashboard to import.
35
35
1. Select **Copy ID to clipboard**.
36
-
1. For the next steps, use the Azure portal or the Azure CLI.
37
36
38
37
### [Portal](#tab/azure-portal)
39
38
@@ -45,12 +44,11 @@ Import a dashboard template from the Grafana Labs website.
45
44
46
45
1. Optionally update the dashboard name, folder and UID.
47
46
1. Select a datasource and select **Import**.
48
-
1. A new dashboard is displayed.
49
-
1. Review the visualizations displayed and edit the dashboard if necessary.
47
+
1. A new dashboard is displayed. Review and edit it if necessary.
50
48
51
49
### [Azure CLI](#tab/azure-cli)
52
-
53
-
1.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.
50
+
51
+
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.
54
52
55
53
```azurecli
56
54
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition <dashboard-id>
@@ -73,11 +71,11 @@ Follow these steps to import a JSON dashboard to Grafana:
73
71
74
72
### [Azure CLI](#tab/azure-cli)
75
73
76
-
1. Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-update) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<local-path-to-file>` with the name of the Azure Managed Grafana instance, its resource group, and the path to the JSON File on your local machine, ending with `.json`.
74
+
Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-update) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<local-path-to-file>` with the name of the Azure Managed Grafana instance, its resource group, and the path to the JSON File on your local machine, ending with `.json`.
77
75
78
-
```azurecli
79
-
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition @<local-path-to-file>
80
-
```
76
+
```azurecli
77
+
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition @<local-path-to-file>
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-share-dashboard.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ You can share Grafana visualizations by generating:
29
29
- An Azure Managed Grafana instance. If you don't have one yet, [create an Azure Managed Grafana instance](./quickstart-managed-grafana-portal.md).
30
30
- A Grafana dashboard. If you don't have one, [create a Grafana dashboard](./quickstart-managed-grafana-portal.md).
31
31
32
-
### [Portal](#tab/azure-portal)
33
-
34
32
## Open sharing options
35
33
36
34
Access Grafana dashboard and panel sharing options with the following steps:
@@ -98,7 +96,7 @@ The **Export** tab lets you export a dashboard in JSON format. Do this by select
98
96
99
97
**Export for sharing externally** is disabled by default. Optionally enable this option to generate JSON code for external stakeholders. The exported dashboard can then be [imported to Grafana](how-to-create-dashboard.md#import-a-json-dashboard).
100
98
101
-
In this how-to guide, you learned how to create a Grafana dashboard. To learn how to manage your data sources, go to:
99
+
In this how-to guide, you learned how to create a Grafana dashboard. To learn about the latest updates to Azure Managed Grafana, go to:
0 commit comments