Skip to content

Commit 8af0a55

Browse files
Merge pull request #263791 from maud-lv/ml-azmonpluginga
Update Plugin management and Azure Monitor integration for GA
2 parents 083d2a8 + 0545fac commit 8af0a55

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
lines changed

articles/managed-grafana/how-to-connect-azure-monitor-workspace.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ ms.service: managed-grafana
55
ms.topic: how-to
66
author: maud-lv
77
ms.author: malev
8-
ms.date: 11/10/2023
8+
ms.date: 01/22/2024
99
---
1010

1111
# Add an Azure Monitor workspace to Azure Managed Grafana to collect Prometheus data
1212

1313
In this guide, learn how to connect an Azure Monitor workspace to Grafana directly from an Azure Managed Grafana workspace. This feature is designed to provide a quick way to collect Prometheus metrics stored in an Azure Monitor workspace and enables you to monitor your Azure Kubernetes Service (AKS) clusters in Grafana.
1414

15-
> [!IMPORTANT]
16-
> The integration of Azure Monitor workspaces within Azure Managed Grafana workspaces is currently in PREVIEW.
17-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
18-
1915
## Prerequisites
2016

2117
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
@@ -41,7 +37,7 @@ To assign the Monitoring Data Reader role:
4137
## Add an Azure Monitor workspace
4238

4339
1. Open your Azure Managed Grafana workspace.
44-
1. In the left menu, select **Integrations** > **Azure Monitor workspaces (Preview**).
40+
1. In the left menu, select **Integrations** > **Azure Monitor workspaces**.
4541

4642
:::image type="content" source="media\monitor-integration\add-azure-monitor.png" alt-text="Screenshot of the Grafana roles in the Azure platform.":::
4743

@@ -108,7 +104,7 @@ To build a brand new dashboard with Prometheus metrics:
108104

109105
If you no longer need it, you can remove an Azure Monitor workspace from your Azure Managed Grafana workspace:
110106

111-
1. In your Azure Managed Grafana workspace, select **Integrations** > **Azure Monitor workspaces (Preview**) from the left menu.
107+
1. In your Azure Managed Grafana workspace, select **Integrations** > **Azure Monitor workspaces from the left menu.
112108
1. Select the row with the resource to delete and select **Delete** > **Yes**.
113109

114110
Optionally also remove the role assignment that was previously added in the Azure Monitor workspace:

articles/managed-grafana/how-to-manage-plugins.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@ author: maud-lv
55
ms.author: malev
66
ms.service: managed-grafana
77
ms.topic: how-to
8-
ms.date: 10/26/2023
8+
ms.date: 01/22/2024
99
---
1010

11-
# How to manage Grafana plugins (Preview)
11+
# How to manage Grafana plugins
1212

1313
Grafana supports data source, panel, and app plugins. When you create a new Grafana instance, some plugins, such as Azure Monitor, are installed by default. In the following guide, learn how you can add or remove optional plugins.
1414

1515
> [!NOTE]
1616
> Installing and removing plugins isn't available from the Grafana UI or the Azure CLI at this stage. Plugin management is done from the Azure Managed Grafana workspace in the Azure portal.
1717
18-
> [!IMPORTANT]
19-
> Plugin management is currently in PREVIEW.
20-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21-
2218
## Prerequisites
2319

2420
[An Azure Managed Grafana instance](./how-to-permissions.md)
@@ -28,7 +24,7 @@ Grafana supports data source, panel, and app plugins. When you create a new Graf
2824
To install Grafana plugins, follow the process below.
2925

3026
1. Open your Azure Managed Grafana instance in the Azure portal.
31-
1. Select **Plugin management (Preview)**. This page shows a table with three columns containing checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin isn't installed and can be added.
27+
1. Select **Plugin management**. This page shows a table with three columns containing checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin isn't installed and can be added.
3228

3329
> [!NOTE]
3430
> This page only shows optional plugins. Core Grafana plugins that are included in your pricing plan by default aren't listed here.
@@ -47,7 +43,7 @@ To install Grafana plugins, follow the process below.
4743
To remove a plugin that isn't part of the Grafana built-in core plugins, follow the steps below:
4844

4945
1. Open your Azure Managed Grafana instance in the Azure portal.
50-
1. Select **Plugin management (Preview)**. This page displays a table with data source plugins. It contains three columns including checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin can be added.
46+
1. Select **Plugin management**. This page displays a table with data source plugins. It contains three columns including checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin can be added.
5147
1. Select a plugin to remove from your Grafana instance by unchecking its checkbox. A refresh icon appears in the table next to the plugin you selected, indicating that a change is pending.
5248

5349
:::image type="content" source="media/plugin-management/remove-plugin.png" alt-text="Screenshot of the Plugin management feature data source page. Remove plugin.":::
@@ -57,10 +53,6 @@ To remove a plugin that isn't part of the Grafana built-in core plugins, follow
5753
1. A notification appears, indicating if the update operation has been successful.
5854
1. Select **Refresh** above the table to get an updated list of installed plugins.
5955

60-
> [!IMPORTANT]
61-
> Plugin management is currently in PREVIEW.
62-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
63-
6456
> [!CAUTION]
6557
> Removing a data source that is used in a dashboard will make the dashboard unable to collect the corresponding data and will trigger an error or result in no data being shown in the panel.
6658
-2.91 KB
Loading
-7.05 KB
Loading
-6.74 KB
Loading

0 commit comments

Comments
 (0)