|
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 |
|
@@ -161,8 +161,8 @@ Grants permissions to manage Batch pools and jobs but not to modify accounts.
|
161 | 161 | > | [Microsoft.Authorization](/azure/role-based-access-control/permissions/management-and-governance#microsoftauthorization)/*/read | Read roles and role assignments. |
|
162 | 162 | > | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
|
163 | 163 | > | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/applications/* | Create and manage applications and application packages 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. | |
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. | |
| 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#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#feature-end-of-support)) | |
166 | 166 | > | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/pools/* | Create and manage pools on a Batch account. |
|
167 | 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. |
|
168 | 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. |
|
@@ -276,8 +276,8 @@ If Azure Batch built-in roles don't meet your needs, [Azure custom roles](../rol
|
276 | 276 | - Microsoft.Batch/batchAccounts/jobs/delete
|
277 | 277 | - Microsoft.Batch/batchAccounts/jobs/read
|
278 | 278 | - Microsoft.Batch/batchAccounts/certificates/write
|
279 |
| -- Microsoft.Batch/batchAccounts/certificates/delete |
280 |
| -- Microsoft.Batch/batchAccounts/certificates/read |
| 279 | +- Microsoft.Batch/batchAccounts/certificates/delete (Warning: [Certificate feature was retired](./batch-certificate-migration-guide#feature-end-of-support)) |
| 280 | +- Microsoft.Batch/batchAccounts/certificates/read (Warning: [Certificate feature was retired](./batch-certificate-migration-guide#feature-end-of-support)) |
281 | 281 | - Microsoft.Batch/batchAccounts/applications/write
|
282 | 282 | - Microsoft.Batch/batchAccounts/applications/delete
|
283 | 283 | - Microsoft.Batch/batchAccounts/applications/read
|
|
0 commit comments