Skip to content

Commit 8ef21ad

Browse files
committed
File updates
1 parent 4b56e29 commit 8ef21ad

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To quickly create a dashboard, import a dashboard template from the Grafana Labs
3737
1. In the Grafana portal, go to **Dashboards > Import**.
3838
1. On the **Import** page, under **Import via grafana.com**, paste the Grafana dashboard ID copied earlier, and select **Load**.
3939

40-
:::image type="content" source="media/dashboard/import-load.png" alt-text="Screenshot of the Grafana instance. Load dashboard to import.":::
40+
:::image type="content" source="media/create-dashboard/import-load.png" alt-text="Screenshot of the Grafana instance. Load dashboard to import.":::
4141

4242
1. Optionally update the dashboard name, folder and UID.
4343
1. Select a datasource and select **Import**.
@@ -68,7 +68,7 @@ If none of the pre-configured dashboards listed on the Grafana Labs website fit
6868
- **Add a new row**: instantly creates a dashboard with a new empty row.
6969
- **Add a panel from the panel library**: instantly creates a dashboard with an existing reusable panel from another instance you have access to.
7070
71-
:::image type="content" source="media/dashboard/from-scratch.png" alt-text="Screenshot of the Grafana instance. Create a new dashboard.":::
71+
:::image type="content" source="media/create-dashboard/from-scratch.png" alt-text="Screenshot of the Grafana instance. Create a new dashboard.":::
7272
7373
### [Azure CLI](#tab/azure-cli)
7474
@@ -109,7 +109,7 @@ To copy a Grafana dashboard:
109109
1. Select **Save as**
110110
1. Enter a new name and/or a new folder and select **Save**
111111

112-
:::image type="content" source="media\dashboard\copy-dashboard.png" alt-text="Screenshot of the Grafana instance. Duplicate a dashboard.":::
112+
:::image type="content" source="media\create-dashboard\copy-dashboard.png" alt-text="Screenshot of the Grafana instance. Duplicate a dashboard.":::
113113

114114
### [Azure CLI](#tab/azure-cli)
115115

@@ -153,15 +153,15 @@ To update a Grafana panel, follow the steps below.
153153
154154
1. Review the panel to check if you're satisfied with it or want to make some edits.
155155
156-
:::image type="content" source="media/dashboard/visualization.png" alt-text="Screenshot of the Grafana instance. Example of visualization.":::
156+
:::image type="content" source="media/create-dashboard/visualization.png" alt-text="Screenshot of the Grafana instance. Example of visualization.":::
157157
158158
1. In the lower part of the page:
159159
1. **Query** tab:
160160
1. Review the selected data source. If necessary, select the drop-down list to use another data source.
161161
1. Update the query. Each data source has a specific query editor that provides different features and capabilities for that type of [data source](https://grafana.com/docs/grafana/v9.1/datasources/#querying).
162162
1. Select **+ Query** or **+ Expression** to add a new query or expression.
163163
164-
:::image type="content" source="media/dashboard/edit-query.png" alt-text="Screenshot of the Grafana instance. Queries.":::
164+
:::image type="content" source="media/create-dashboard/edit-query.png" alt-text="Screenshot of the Grafana instance. Queries.":::
165165
166166
1. **Transform** tab: filter data or queries, and organize or combine data before the data is visualized.
167167
1. **Alert** tab: set alert rules and notifications.
@@ -172,7 +172,7 @@ To update a Grafana panel, follow the steps below.
172172
1. Select the time icon to update the time range
173173
1. Select the visualization drop-down menu to choose a visualization type that best supports your use case. Go to [visualization](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/) for more information.
174174
175-
:::image type="content" source="media/dashboard/panel-time-visualization-options.png" alt-text="Screenshot of the Grafana instance. Time, visualization and more options.":::
175+
:::image type="content" source="media/create-dashboard/panel-time-visualization-options.png" alt-text="Screenshot of the Grafana instance. Time, visualization and more options.":::
176176
177177
1. On the right hand side, select the **Panel options** icon to review and update various panel options.
178178

articles/managed-grafana/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ landingContent:
4040
- text: Set up authentication and permissions
4141
url: how-to-authentication-permissions.md
4242
- text: Create a dashboard
43-
url: how-to-create-grafana-dashboard.md
43+
url: how-to-create-dashboard.md
4444
- title: Manage Azure Managed Grafana
4545
linkLists:
4646
- linkListType: how-to-guide
Binary file not shown.

articles/managed-grafana/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ items:
3434
- name: Modify access permissions to Azure Monitor
3535
href: how-to-permissions.md
3636
- name: Create a dashboard
37-
href: how-to-create-grafana-dashboard.md
37+
href: how-to-create-dashboard.md
3838
- name: Share a Managed Grafana instance
3939
href: how-to-share-grafana-workspace.md
4040
- name: Monitor a Managed Grafana instance

0 commit comments

Comments
 (0)