Skip to content

Commit fac2b7d

Browse files
committed
Draft Creator can admin update
1 parent 918fc05 commit fac2b7d

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed
Binary file not shown.

articles/managed-grafana/quickstart-managed-grafana-cli.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-managed-grafana
55
ms.topic: quickstart
66
author: maud-lv
77
ms.author: malev
8-
ms.date: 12/17/2024
8+
ms.date: 02/19/2025
99
ms.devlang: azurecli
1010
ms.custom: engagement-fy23, devx-track-azurecli
1111
# customer intent: As a developer or a data analyst, I want to create a new Azure Managed Grafana workspace using the Azure CLI.
@@ -16,17 +16,18 @@ ms.custom: engagement-fy23, devx-track-azurecli
1616
Get started using Azure Managed Grafana by creating an Azure Managed Grafana workspace using the Azure CLI.
1717

1818
>[!NOTE]
19-
> Azure Managed Grafana has [two pricing plans](overview.md#service-tiers). This guides takes you through creating a new workspace in the Standard plan. To generate a workspace in the Essential (preview) plan, [use the Azure portal](quickstart-managed-grafana-portal.md).
19+
> Azure Managed Grafana has [two pricing plans](overview.md#service-tiers). This guides takes you through creating a new workspace in the Standard plan. To create a workspace in the Essential (preview) plan, [use the Azure portal](quickstart-managed-grafana-portal.md).
2020

2121
## Prerequisites
2222

2323
- An Azure account for work or school with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
24+
- Minimum required role to create a workspace: resource group Contributor.
25+
- Minimum required role to access a workspace: resource group Owner.
2426

25-
- Minimum required role to create an instance: resource group Contributor.
26-
27-
- Minimum required role to access an instance: resource group Owner.
2827
>[!NOTE]
29-
> If you don't meet this requirement, once you've created a new Azure Managed Grafana instance, ask a User Access Administrator, subscription Owner or resource group Owner to grant you a Grafana Admin, Grafana Editor or Grafana Viewer role on the instance.
28+
> If you don't meet this requirement:
29+
> - once you've created a new Azure Managed Grafana workspace, ask a User Access Administrator, subscription Owner or resource group Owner to grant you a Grafana Admin, Grafana Editor or Grafana Viewer role
30+
> - or consider creating the workspace using the **Creator can admin (Preview)** feature available from the Azure portal. [Refer to this quickstart for more information](quickstart-managed-grafana-portal.md).
3031

3132
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3233

articles/managed-grafana/quickstart-managed-grafana-portal.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-managed-grafana
77
ms.topic: quickstart
88
author: maud-lv
99
ms.author: malev
10-
ms.date: 04/25/2024
10+
ms.date: 02/19/2025
1111
---
1212

1313
# Quickstart: Create an Azure Managed Grafana workspace using the Azure portal
@@ -17,10 +17,7 @@ In this quickstart, you get started with Azure Managed Grafana by creating an Az
1717
## Prerequisites
1818

1919
- An Azure account for work or school and an active subscription. [Create an account for free](https://azure.microsoft.com/free).
20-
- Minimum required role to create an instance: resource group Contributor.
21-
- Minimum required role to access an instance: resource group Owner.
22-
>[!NOTE]
23-
> If you don't meet this requirement, once you've created a new Azure Managed Grafana instance, ask a User Access Administrator, subscription Owner or resource group Owner to grant you a Grafana Admin, Grafana Editor or Grafana Viewer role on the instance.
20+
- Minimum required role to create a workspace: resource group Contributor.
2421

2522
## Create an Azure Managed Grafana workspace
2623

@@ -48,21 +45,25 @@ In this quickstart, you get started with Azure Managed Grafana by creating an Az
4845
- If you've opted for the Standard plan, optionally enable the **Deterministic outbound IP** feature, which is set to **Disable** by default.
4946

5047
1. Select **Next : Permission >** to control access rights for your Grafana instance and data sources:
51-
1. **System assigned managed identity** is set to **On**.
48+
- **System assigned managed identity** is set to **On**.
5249

5350
>[!NOTE]
5451
>You can use a user-assigned managed identity instead of the default system-assigned managed identity once the Azure Managed Grafana resource is deployed. To learn more, go to [Set up Azure Managed Grafana authentication and permissions (preview)](how-to-authentication-permissions.md).
5552

56-
1. The box **Add role assignment to this identity with 'Monitoring Reader' role on target subscription** is checked by default.
53+
- If you're a subscription Owner or a User Access Administrator:
54+
- the box **Add role assignment to this identity with 'Monitoring Reader' role on target subscription** is checked by default. This role assignment allows Azure Managed Grafana to access and display monitoring data from various Azure services.
55+
- the box **Include myself** under **Grafana administrator role** is checked. This option grants you the Grafana administrator role, and lets you manage access rights. Optionally select **Add** to share this right with team members.
56+
- If you're not a subscription Owner or a User Access Administrator, you can either:
57+
- ask a subscription Owner or a User Access Administrator to assign you the Grafana Admin role
58+
- or enable **Creator can admin (Preview)**. This option available in preview grants you the Grafana admin access required to access and managed the Grafana resource.
5759

58-
1. The box **Include myself** under **Grafana administrator role** is checked. This option grants you the Grafana administrator role, and lets you manage access rights. You can give this right to more members by selecting **Add**. If this option grays out for you, ask someone with the Owner role on the subscription to assign you the Grafana Admin role.
60+
>[!NOTE]
61+
> The **Creator can admin (Preview)** feature can only be enabled when creating the workspace. It can be disabled from the **Configuration** menu if the workspace creator doesn't need this level of access anymore. Once disabled, it cannot be enabled again. If the access has been disabled and the user needs to access this Grafana instance again, consider [granting them another Grafana role](how-to-manage-access-permissions-users-identities.md).
5962

6063
1. Optionally select **Next : Tags** and add tags to categorize resources.
6164

6265
1. Select **Next : Review + create >**. After validation runs, select **Create**. Your Azure Managed Grafana resource is deploying.
6366

64-
:::image type="content" source="media/quickstart-portal/create-form-validation.png" alt-text="Screenshot of the Azure portal. Create workspace form. Validation.":::
65-
6667
## Access your Azure Managed Grafana instance
6768

6869
1. Once the deployment is complete, select **Go to resource** to open your resource.

0 commit comments

Comments
 (0)