Skip to content

Commit e4a297f

Browse files
committed
Move content to new page
1 parent da628a1 commit e4a297f

File tree

5 files changed

+44
-19
lines changed

5 files changed

+44
-19
lines changed

articles/managed-grafana/faq.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,6 @@ Charges for active users are prorated during the first and the last calendar mon
5151
- On February 28, the full monthly charge applies for 20 users.
5252
- Upon deletion on March 25, the charge for March would be prorated for 15 users for 25 days out of 31 days, totaling a charge for 12.09 active users.
5353

54-
## How does the Viewers Can Edit option work?
55-
56-
The Viewers Can Edit setting allows users with the Grafana Viewer role to edit dashboards. This feature is designed to enable Grafana Viewers to run tests and interact with dashboards without making permanent changes. While they can edit dashboards, they cannot save these edits.
57-
58-
This option also gives Grafana Viewers access to the **Explore** menu in the Grafana UI, where they can perform interactive queries and analyze data within Grafana. However, it's important to note that any changes made by Viewers will not be saved permanently unless they have the appropriate Editor permissions.
59-
60-
To enable or disable this option, open an Azure Managed Grafana instance in the Azure portal and go to **Settings** > **Configuration** > **Viewers can edit**. This option is set to disabled by default.
61-
62-
## How does the External Enabled option work?
63-
64-
The External Enabled setting controls the public sharing of snapshots. By default, this option is enabled, allowing users to publish snapshots of their dashboards.
65-
66-
With this option enabled, users can publish a snapshot of a dashboard to an external URL by opening a dashboard, selecting **Share** > **Snapshot**, and then **Publish to snapshots.raintanks.io**.
67-
68-
However, you can disable the External Enabled option to restrict the public sharing of snapshots. To do this, open an Azure Managed Grafana instance in the Azure portal and go to **Settings** > **Configuration** > **Grafana Configuration Settings** and toggle off the **External Enabled** setting.
69-
7054
## Next steps
7155

7256
> [!div class="nextstepaction"]

articles/managed-grafana/grafana-app-ui.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ A Grafana dashboard is a collection of [panels](#panels) arranged in rows and co
7373
* [Dashboard JSON model](https://grafana.com/docs/grafana/latest/dashboards/json-model/)
7474
* [Scripted dashboards](https://grafana.com/docs/grafana/latest/dashboards/)
7575

76-
## Next steps
76+
## Related content
7777

78-
> [!div class="nextstepaction"]
79-
> [Create a Grafana dashboard](./how-to-create-dashboard.md)
78+
- [Related article title](link.md)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Grafana settings
3+
description: Learn about Grafana settings, including Viewers can Edit and External Enabled.
4+
author: maud-lv
5+
ms.author: malev
6+
ms.service: managed-grafana
7+
ms.topic: concept-article
8+
ms.date: 07/15/2024
9+
#customer intent: In this document, learn about the custom Grafana options available in the Grafana settings tab, in Azure Managed Grafana.
10+
11+
---
12+
13+
# Grafana settings
14+
15+
This article introduces the Grafana settings available in Azure Managed Grafana. These settings are designed to enable Azure Managed Grafana customers to customize their Grafana instances by enabling or disabling the Grafana options listed below.
16+
17+
These options are referenced in the Grafana documentation settings, go to [Grafana configuration](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/).
18+
19+
## Viewers Can Edit
20+
21+
The **Viewers Can Edit** setting allows users with the Grafana Viewer role to edit dashboards. This feature is designed to enable Grafana Viewers to run tests and interact with dashboards without making permanent changes. While they can edit dashboards, they cannot save these edits.
22+
23+
This option also gives Grafana Viewers access to the **Explore** menu in the Grafana UI, where they can perform interactive queries and analyze data within Grafana. However, it's important to note that any changes made by Viewers will not be saved permanently unless they have the appropriate Editor permissions.
24+
25+
To enable or disable this option, open an Azure Managed Grafana instance in the Azure portal and go to **Settings** > **Configuration** > **Grafana Settings** > **Viewers can edit**. This option is set to disabled by default.
26+
27+
## External Enabled
28+
29+
The **External Enabled** setting controls the public sharing of snapshots. This option is enabled by default, allowing users to publish snapshots of their dashboards.
30+
31+
With this option enabled, users can publish a snapshot of a dashboard to an external URL by opening a dashboard, selecting **Share** > **Snapshot**, and then **Publish to snapshots.raintanks.io**.
32+
33+
However, you can disable the External Enabled option to restrict the public sharing of snapshots. To do this, open an Azure Managed Grafana instance in the Azure portal and go to **Settings** > **Configuration** > **Grafana Settings** and toggle off the **External Enabled** setting.
34+
35+
## Related content
36+
37+
- [Grafana UI](grafana-app-ui.md)
38+
- [Manage plugins](how-to-manage-plugins.md)

articles/managed-grafana/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ landingContent:
6868
url: tutorial-mpe-oss-prometheus.md
6969
- text: Call Grafana APIs programmatically
7070
url: how-to-api-calls.md
71+
- text: Grafana settings
72+
url: grafana-settings.md
7173

7274
- title: Set up Grafana monitoring
7375
linkLists:

articles/managed-grafana/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ items:
2828
href: high-availability.md
2929
- name: Encryption
3030
href: encryption.md
31+
- name: Grafana settings
32+
href: grafana-settings.md
3133
- name: How-to guides
3234
expanded: true
3335
items:

0 commit comments

Comments
 (0)