Skip to content

Commit 4ba5e11

Browse files
committed
Merge branch 'ml-g-rbac4' of https://github.com/maud-lv/azure-docs-pr into ml-g-rbac4
2 parents ba1c7e5 + 3ebbed2 commit 4ba5e11

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

articles/role-based-access-control/built-in-roles.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15452,6 +15452,123 @@ View a Grafana instance, including its dashboards and alerts. [Learn more](../ma
1545215452
}
1545315453
```
1545415454

15455+
### Grafana Admin
15456+
15457+
Perform all Grafana operations, including the ability to manage data sources, create dashboards, and manage role assignments within Grafana. [Learn more](../managed-grafana/how-to-share-grafana-workspace.md).
15458+
15459+
> [!div class="mx-tableFixed"]
15460+
> | Actions | Description |
15461+
> | --- | --- |
15462+
> | *none* | |
15463+
> | **NotActions** | |
15464+
> | *none* | |
15465+
> | **DataActions** | |
15466+
> | [Microsoft.Dashboard](resource-provider-operations.md#microsoftdashboard)/grafana/ActAsGrafanaAdmin/action | Act as Grafana Admin role |
15467+
> | **NotDataActions** | |
15468+
> | *none* | |
15469+
15470+
```json
15471+
{
15472+
"assignableScopes": [
15473+
"/"
15474+
],
15475+
"description": "Built-in Grafana admin role",
15476+
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/22926164-76b3-42b3-bc55-97df8dab3e41",
15477+
"name": "22926164-76b3-42b3-bc55-97df8dab3e41",
15478+
"permissions": [
15479+
{
15480+
"actions": [],
15481+
"notActions": [],
15482+
"dataActions": [
15483+
"Microsoft.Dashboard/grafana/ActAsGrafanaAdmin/action"
15484+
],
15485+
"notDataActions": []
15486+
}
15487+
],
15488+
"roleName": "Grafana Admin",
15489+
"roleType": "BuiltInRole",
15490+
"type": "Microsoft.Authorization/roleDefinitions"
15491+
}
15492+
```
15493+
15494+
### Grafana Editor
15495+
15496+
View and edit a Grafana instance, including its dashboards and alerts. [Learn more](../managed-grafana/how-to-share-grafana-workspace.md).
15497+
15498+
> [!div class="mx-tableFixed"]
15499+
> | Actions | Description |
15500+
> | --- | --- |
15501+
> | *none* | |
15502+
> | **NotActions** | |
15503+
> | *none* | |
15504+
> | **DataActions** | |
15505+
> | [Microsoft.Dashboard](resource-provider-operations.md#microsoftdashboard)/grafana/ActAsGrafanaEditor/action | Act as Grafana Editor role. |
15506+
> | **NotDataActions** | |
15507+
> | *none* | |
15508+
15509+
```json
15510+
{
15511+
"assignableScopes": [
15512+
"/"
15513+
],
15514+
"description": "Built-in Grafana Editor role",
15515+
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/a79a5197-3a5c-4973-a920-486035ffd60f",
15516+
"name": "a79a5197-3a5c-4973-a920-486035ffd60f",
15517+
"permissions": [
15518+
{
15519+
"actions": [],
15520+
"notActions": [],
15521+
"dataActions": [
15522+
"Microsoft.Dashboard/grafana/ActAsGrafanaEditor/action"
15523+
],
15524+
"notDataActions": []
15525+
}
15526+
],
15527+
"roleName": "Grafana Editor",
15528+
"roleType": "BuiltInRole",
15529+
"type": "Microsoft.Authorization/roleDefinitions"
15530+
}
15531+
```
15532+
15533+
### Grafana Viewer
15534+
15535+
View a Grafana instance, including its dashboards and alerts. [Learn more](../managed-grafana/how-to-share-grafana-workspace.md).
15536+
15537+
> [!div class="mx-tableFixed"
15538+
> | Actions | Description |
15539+
> | --- | --- |
15540+
> | *none* | |
15541+
> | **NotActions** | |
15542+
> | *none* | |
15543+
> | **DataActions** |
15544+
> | [Microsoft.Dashboard](resource-provider-operations.md#microsoftdashboard)/grafana/ActAsGrafanaViewer/action | Act as Grafana Viewer role.
15545+
> | **NotDataActions** |
15546+
> | *none* | |
15547+
15548+
```json
15549+
{
15550+
"assignableScopes": [
15551+
"/"
15552+
],
15553+
"description": "Built-in Grafana Viewer role",
15554+
"id": "/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleDefinitions/60921a7e-fef1-4a43-9b16-a26c52ad4769",
15555+
"name": "60921a7e-fef1-4a43-9b16-a26c52ad4769",
15556+
"permissions": [
15557+
{
15558+
"actions": [],
15559+
"notActions": [],
15560+
"dataActions": [
15561+
"Microsoft.Dashboard/grafana/ActAsGrafanaViewer/action"
15562+
],
15563+
"notDataActions": []
15564+
}
15565+
],
15566+
"roleName": "Grafana Viewer",
15567+
"roleType": "BuiltInRole",
15568+
"type": "Microsoft.Authorization/roleDefinitions"
15569+
}
15570+
```
15571+
1545515572
### Load Test Contributor
1545615573

1545715574
View, create, update, delete and execute load tests. View and list load test resources but can not make any changes. [Learn more](../load-testing/how-to-assign-roles.md)

0 commit comments

Comments
 (0)