Skip to content

Commit b72c0db

Browse files
committed
ignore
1 parent 1cbb4bd commit b72c0db

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Differences between management APIs and service APIs - Azure Batch | Microsoft Docs
3+
description: APIs work on the different layers of the Azure Batch service.
4+
services: batch
5+
author: LauraBrenner
6+
manager: evansma
7+
8+
ms.service: batch
9+
ms.topic: conceptual
10+
ms.date: 02/26/2020
11+
ms.author: labrenne
12+
ms.custom: seodec18
13+
---
14+
15+
# Service level and management level APIs
16+
17+
Azure Batch has two sets of APIs, one for the service level and one for the management level. The naming is often similar but they return different results. If you want activity logs then you need to use the management APIs. Service level APIs bypass the Azure Resource Management layer and are not logged.
18+
19+
20+
Batch management and Batch service both have APIs for Pool, for example.
21+
- This API to delete pool https://docs.microsoft.com/en-us/rest/api/batchservice/pool/delete is targeted directly on the batch account.
22+
23+
- This API to delete pool https://docs.microsoft.com/en-us/rest/api/batchmanagement/pool/delete is targeted at the management.azure.com layer.
24+

0 commit comments

Comments
 (0)