Skip to content

Commit ff79e49

Browse files
Merge pull request #312432 from v-thepet/patch-17608
BULK Fix broken link
2 parents b576375 + 1619773 commit ff79e49

2 files changed

Lines changed: 2 additions & 2 deletions

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](/javascript/api/@azure/batch/batchserviceclient).
327327

328328
## Next steps
329329

articles/batch/batch-task-output-file-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To enable the display of your output files in the portal, you must satisfy the f
183183
For output files to automatically display in the Azure portal, you must:
184184

185185
1. [Link an Azure Storage account to your Batch account](#link-an-azure-storage-account).
186-
1. Follow the predefined naming conventions for Azure Storage containers and files. Review the [README](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/batch/Microsoft.Azure.Batch.Conventions.Files/README.md) for all definitions. If you use the [File Conventions library](https://www.nuget.org/packages/Microsoft.Azure.Batch.Conventions.Files) to persist your output, your files are persisted according to the File Conventions standard.
186+
1. Follow the predefined naming conventions for Azure Storage containers and files. If you use the [File Conventions library](https://www.nuget.org/packages/Microsoft.Azure.Batch.Conventions.Files) to persist your output, your files are persisted according to the File Conventions standard.
187187

188188
To view task output files and logs in the Azure portal:
189189

0 commit comments

Comments
 (0)