Skip to content

Commit 1b3118c

Browse files
author
Xiaoming Huang
committed
Update batch-role-based-access-control.md
1 parent 5d0cbda commit 1b3118c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/batch/batch-role-based-access-control.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Role-based access control for Azure Batch service
33
description: Learn how to use Azure role-based access control for managing individual access to Azure Batch account.
44
ms.topic: how-to
5-
ms.date: 12/11/2024
5+
ms.date: 03/27/2025
66
---
77

88
# Role-based access control for Azure Batch service
@@ -73,11 +73,11 @@ Grants full access to manage all Batch resources, including Batch accounts, pool
7373
> | [Microsoft.Insights](/azure/role-based-access-control/permissions/monitor#microsoftinsights)/alertRules/* | Create and manage a classic metric alert. |
7474
> | [Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/deployments/* | Create and manage a deployment. |
7575
> | [Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
76-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/* | |
76+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/* | |
7777
> | **NotActions** | |
7878
> | *none* | |
7979
> | **DataActions** | |
80-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/* | |
80+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/* | |
8181
> | **NotDataActions** | |
8282
> | *none* | |
8383
@@ -92,13 +92,13 @@ Grants full access to manage all Batch resources, including Batch accounts, pool
9292
{
9393
"actions": [
9494
"Microsoft.Authorization/*/read",
95-
"Microsoft.Batch/batchAccounts/*",
95+
"Microsoft.Batch/*",
9696
"Microsoft.Insights/alertRules/*",
9797
"Microsoft.Resources/deployments/*",
9898
"Microsoft.Resources/subscriptions/resourceGroups/read"
9999
],
100100
"dataActions": [
101-
"Microsoft.Batch/batchAccounts/*"
101+
"Microsoft.Batch/*"
102102
],
103103
"notActions": [],
104104
"notDataActions": []
@@ -116,8 +116,7 @@ Lets you view all resources including pools and jobs in the Batch account.
116116

117117
> | Actions | Description |
118118
> | --- | --- |
119-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
120-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/*/read | View all resources in Batch account. |
119+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/*/read | View all resources in Batch account. |
121120
> | [Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
122121
> | **NotActions** | |
123122
> | *none* | |
@@ -136,12 +135,11 @@ Lets you view all resources including pools and jobs in the Batch account.
136135
"permissions": [
137136
{
138137
"actions": [
139-
"Microsoft.Batch/batchAccounts/read",
140-
"Microsoft.Batch/batchAccounts/*/read",
138+
"Microsoft.Batch/*/read",
141139
"Microsoft.Resources/subscriptions/resourceGroups/read"
142140
],
143141
"dataActions": [
144-
"Microsoft.Batch/batchAccounts/*/read"
142+
"Microsoft.Batch/*/read"
145143
],
146144
"notActions": [],
147145
"notDataActions": []

0 commit comments

Comments
 (0)