Skip to content

Commit d9f115d

Browse files
authored
Edit link per PM
1 parent 0802ee7 commit d9f115d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/batch/batch-js-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ containerList.forEach(function (val, index) {
323323

324324
The code adds multiple tasks to the pool. And each of the tasks is executed on a node in the pool of VMs created. If the number of tasks exceeds the number of VMs in a pool or the taskSlotsPerNode property, the tasks wait until a node is made available. This orchestration is handled by Azure Batch automatically.
325325

326-
The portal has detailed views on the tasks and job statuses. You can also use the list and get functions in the Azure JavaScript SDK. Details are provided in the documentation [link](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/batch/batch/src/batchClient.ts#L114-L135).
326+
The portal has detailed views on the tasks and job statuses. You can also use the list and get functions in the Azure JavaScript SDK. Details are provided in the documentation [link](/javascript/api/@azure/batch/batchserviceclient).
327327

328328
## Next steps
329329

0 commit comments

Comments
 (0)