You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-role-based-access-control.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Role-based access control for Azure Batch service
3
3
description: Learn how to use Azure role-based access control for managing individual access to Azure Batch account.
4
4
ms.topic: how-to
5
-
ms.date: 04/02/2025
5
+
ms.date: 08/07/2025
6
6
# Customer intent: As a cloud administrator, I want to manage role-based access to the Azure Batch service, so that I can control user permissions and ensure secure and efficient operation of batch processing tasks.
7
7
---
8
8
@@ -74,11 +74,11 @@ Grants full access to manage all Batch resources, including Batch accounts, pool
74
74
> |[Microsoft.Insights](/azure/role-based-access-control/permissions/monitor#microsoftinsights)/alertRules/*| Create and manage a classic metric alert. |
75
75
> |[Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/deployments/*| Create and manage a deployment. |
76
76
> |[Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
@@ -117,8 +117,7 @@ Lets you view all resources including pools and jobs in the Batch account.
117
117
118
118
> | Actions | Description |
119
119
> | --- | --- |
120
-
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
121
-
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/*/read | View all resources in Batch account. |
120
+
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/*/read | View all resources in Batch account. |
122
121
> |[Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
123
122
> |**NotActions**||
124
123
> |*none*||
@@ -137,12 +136,11 @@ Lets you view all resources including pools and jobs in the Batch account.
@@ -163,8 +161,8 @@ Grants permissions to manage Batch pools and jobs but not to modify accounts.
163
161
> |[Microsoft.Authorization](/azure/role-based-access-control/permissions/management-and-governance#microsoftauthorization)/*/read | Read roles and role assignments. |
164
162
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
165
163
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/applications/*| Create and manage applications and application packages on a Batch account. |
166
-
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificates/*| Create and manage certificates on a Batch account. |
167
-
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificateOperationResults/*| Gets the results of a long running certificate operation on a Batch account. |
164
+
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificates/*| Create and manage certificates on a Batch account. (Warning: [Certificate feature was retired](./batch-certificate-migration-guide.md#feature-end-of-support)) |
165
+
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificateOperationResults/*| Gets the results of a long running certificate operation on a Batch account. (Warning: [Certificate feature was retired](./batch-certificate-migration-guide.md#feature-end-of-support)) |
168
166
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/pools/*| Create and manage pools on a Batch account. |
169
167
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/poolOperationResults/*| Gets the results of a long running pool operation on a Batch account. |
170
168
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/locations/*/read | Get Batch account operation result/Batch quota/supported VM size at the given location. |
@@ -278,8 +276,8 @@ If Azure Batch built-in roles don't meet your needs, [Azure custom roles](../rol
0 commit comments