Skip to content

Commit 0f53967

Browse files
committed
Review prerequisites
1 parent 9b19c1a commit 0f53967

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: managed-grafana
55
ms.topic: quickstart
66
author: maud-lv
77
ms.author: malev
8-
ms.date: 08/12/2022
8+
ms.date: 12/13/2022
99
ms.devlang: azurecli
1010
ms.custom: engagement-fy23
1111
---
@@ -14,13 +14,13 @@ ms.custom: engagement-fy23
1414

1515
Get started by creating an Azure Managed Grafana workspace using the Azure CLI. Creating a workspace will generate a Managed Grafana instance.
1616

17-
> [!NOTE]
18-
> The CLI experience for Azure Managed Grafana is part of the amg extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an `az grafana` command.
19-
2017
## Prerequisite
2118

2219
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
23-
- The user must be a resource group Contributor or subscription Owner
20+
- Minimum permission required to create a new instance: resource group Contributor.
21+
- Minimum permission required to access an instance: Grafana Viewer permission on the Azure Managed Grafana instance.
22+
> [!NOTE]
23+
> Permission to access Azure Managed Grafana instances can only be granted by subscription Owners or User Access Administrators. If you don't have this permission, ask someone with the right access to assist you.
2424

2525
## Sign in to Azure
2626

@@ -30,7 +30,9 @@ Open your CLI and run the `az login` command:
3030
az login
3131
```
3232

33-
This command will prompt your web browser to launch and load an Azure sign-in page. If the browser fails to open, use device code flow with `az login --use-device-code`. For more sign-in options, go to [sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
33+
This command will prompt your web browser to launch and load an Azure sign-in page.
34+
35+
The CLI experience for Azure Managed Grafana is part of the amg extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run the `az grafana` command.
3436

3537
## Create a resource group
3638

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Get started by creating an Azure Managed Grafana workspace using the Azure porta
1717
## Prerequisite
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
20-
- The user must be a resource group Contributor or subscription Owner
20+
- Minimum permission required to create a new instance: resource group Contributor.
21+
- Minimum permission required to access an instance: Grafana Viewer permission on the Azure Managed Grafana instance.
22+
> [!NOTE]
23+
> Permission to access Azure Managed Grafana instances can only be granted by subscription Owners or User Access Administrators. If you don't have this permission, ask someone with the right access to assist you.
2124

2225
## Create a Managed Grafana workspace
2326

0 commit comments

Comments
 (0)