Skip to content

Commit d642c59

Browse files
committed
reworking
1 parent b2c82c6 commit d642c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-apis-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you develop Batch solutions, you use the following accounts in your Azure s
2727

2828
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.
2929

30-
Only actions performed by the management APIs are tracked in the activity log. Service level APIs bypass the Azure Resource Management layer (management.azure.com) and are not logged.
30+
Only actions from the management APIs are tracked in the activity log. Service level APIs bypass the Azure Resource Management layer (management.azure.com) and are not logged.
3131

3232
For example, the [Batch service API to delete a pool](https://docs.microsoft.com/rest/api/batchservice/pool/delete) is targeted directly on the batch account: `DELETE {batchUrl}/pools/{poolId}`
3333

0 commit comments

Comments
 (0)