Skip to content

Commit 3c145b9

Browse files
committed
PR self review
1 parent 014aca2 commit 3c145b9

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ 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.
3736

3837
### [Portal](#tab/azure-portal)
3938

@@ -45,12 +44,11 @@ Import a dashboard template from the Grafana Labs website.
4544

4645
1. Optionally update the dashboard name, folder and UID.
4746
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.
5048

5149
### [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.
5452

5553
```azurecli
5654
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:
7371

7472
### [Azure CLI](#tab/azure-cli)
7573

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`.
7775

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>
78+
```
8179

8280
---
8381

@@ -214,7 +212,7 @@ az grafana dashboard update --name <AMG-name> --resource-group <AMG-resource-gro
214212

215213
## Next steps
216214

217-
In this how-to guide, you learned how to create a Grafana dashboard. To learn how to manage your data sources, go to:
215+
In this how-to guide, you learned how to create a Grafana dashboard. To learn share this dashboard with internal and external stakeholders, go to:
218216

219217
> [!div class="nextstepaction"]
220218
> [Share a dashboard or panel](how-to-share-dashboard.md)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ You can share Grafana visualizations by generating:
2929
- An Azure Managed Grafana instance. If you don't have one yet, [create an Azure Managed Grafana instance](./quickstart-managed-grafana-portal.md).
3030
- A Grafana dashboard. If you don't have one, [create a Grafana dashboard](./quickstart-managed-grafana-portal.md).
3131

32-
### [Portal](#tab/azure-portal)
33-
3432
## Open sharing options
3533

3634
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
9896

9997
**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).
10098

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:
102100

103101
> [!div class="nextstepaction"]
104102
> [What's new](concept-whats-new.md)

0 commit comments

Comments
 (0)