Skip to content

Commit e754816

Browse files
authored
Merge pull request #245162 from yegu-ms/main
Added a FAQ
2 parents 66bb330 + 225e080 commit e754816

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

articles/managed-grafana/faq.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Azure Managed Grafana FAQ
3+
description: Frequently asked questions about Azure Managed Grafana
4+
author: mcleanbyron
5+
ms.author: mcleans
6+
ms.service: managed-grafana
7+
ms.topic: reference
8+
ms.date: 07/17/2023
9+
10+
---
11+
12+
# Azure Managed Grafana FAQ
13+
14+
This article answers frequently asked questions about Azure Managed Grafana.
15+
16+
## Do you use open source Grafana for Managed Grafana?
17+
18+
No. Managed Grafana hosts a commercial version called [Grafana Enterprise](https://grafana.com/products/enterprise/grafana/) that Microsoft is licensing from Grafana Labs. While not all of the Enterprise features are available yet, Managed Grafana continues to add support as these features are fully integrated with Azure.
19+
20+
> [!NOTE]
21+
> [Grafana Enterprise plugins](https://grafana.com/grafana/plugins/?enterprise=1&orderBy=weight&direction=asc) aren't included in the base service. They're purchasable as a separately licensed [addon option](./how-to-grafana-enterprise.md) for Managed Grafana.
22+
23+
## Does Managed Grafana encrypt my data?
24+
25+
Yes. Managed Grafana always encrypts all data at rest and in transit. It supports [encryption at rest](./encryption.md) using Microsoft-managed keys. All network communication is over TLS 1.2. You can further restrict network traffic using a [private link](./how-to-set-up-private-access.md) for connecting to Grafana and [managed private endpoints](./how-to-connect-to-data-source-privately.md) for data sources.
26+
27+
## Where do Managed Grafana data reside?
28+
29+
Customer data, including dashboards and data source configuration, created in Managed Grafana are stored in the region where the customer's Managed Grafana workspace is located. This data residency applies to all available regions. Customers may move, copy, or access their data from any location globally.
30+
31+
## Does Managed Grafana support Grafana's built-in SAML and LDAP authentications?
32+
33+
No. Managed Grafana uses its implementation for Azure Active Directory authentication.
34+
35+
## Can I install more plugins?
36+
37+
No. Currently all Grafana plugins are preinstalled. Managed Grafana supports all popular plugins for Azure data sources.
38+
39+
## Next steps
40+
41+
> [!div class="nextstepaction"]
42+
> [About Azure Managed Grafana](./overview.md)

articles/managed-grafana/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ items:
106106
href: grafana-app-ui.md
107107
- name: Resources
108108
items:
109+
- name: FAQ
110+
href: faq.md
109111
- name: Q&A
110112
href: https://aka.ms/managed-grafana/q-n-a
111113
- name: Feature request

0 commit comments

Comments
 (0)