Skip to content

Commit 0802ee7

Browse files
authored
Update documentation link for Azure JavaScript SDK
1 parent c5467b4 commit 0802ee7

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/operations/job.ts#L114-L149).
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).
327327

328328
## Next steps
329329

0 commit comments

Comments
 (0)