A

Azure Batch Service REST API

REST discovered

Details
URL
https://batch.core.windows.net
Docs
https://learn.microsoft.com/en-us/rest/api/batchservice/
Authentication
Azure Batch account access key api_key discovered Get key ↗
Authorization: SharedKey <credential>

In the Azure portal, open your Batch account and retrieve one of the account access keys from the account settings described in Manage Batch accounts. The Batch REST auth doc states the Batch service supports authentication via Shared Key; use your Batch account name together with one of its access keys to sign requests.

Microsoft Entra ID access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Register an application in Microsoft Entra ID from the Azure portal as described in Authenticate Azure Batch services with Microsoft Entra ID and standard Azure app registration flows. Then acquire an OAuth access token for the target resource/audience required by the API: Batch uses https://batch.core.windows.net/, and Azure AD Graph / Graph RBAC uses a token for https://graph.windows.net/.