Skip to content

Commit 423b566

Browse files
committed
link fix etc.
1 parent 1ccc430 commit 423b566

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/batch/batch-service-workflow-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following high-level workflow is typical of nearly all applications and serv
2626
6. Monitor job progress and retrieve the task output from Azure Storage.
2727

2828
> [!NOTE]
29-
> You need a [Batch account](accounts.md) to use the Batch service. Most Batch solutions also use an associated [Azure Storage](../azure/storage/index.yml) account for file storage and retrieval.
29+
> You need a [Batch account](accounts.md) to use the Batch service. Most Batch solutions also use an associated [Azure Storage](../storage/index.yml) account for file storage and retrieval.
3030
3131
## Batch service resources
3232

articles/batch/nodes-and-pools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ A pool can be used only by the Batch account in which it was created. A Batch ac
3535

3636
The pool can be created manually, or automatically by the Batch service when you specify the work to be done. When you create a pool, you can specify the following attributes:
3737

38-
- [Node operating system and version](#compute-node-operating-system-and-version)
38+
- [Node operating system and version](#operating-system-and-version)
3939
- [Node type and target number of nodes](#node-type-and-target)
40-
- [Size of the compute nodes](#node-size)
40+
- [Node size](#node-size)
4141
- [Automatic scaling policy](#automatic-scaling-policy)
4242
- [Task scheduling policy](#task-scheduling-policy)
4343
- [Communication status](#communication-status)
44-
- [Start tasks for compute nodes](#start-tasks)
44+
- [Start tasks](#start-tasks)
4545
- [Application packages](#application-packages)
4646
- [Virtual network (VNet) and firewall configuration](#virtual-network-vnet-and-firewall-configuration)
4747
- [Lifetime](#pool-and-compute-node-lifetime)
@@ -145,7 +145,7 @@ Enabling internode communication also impacts the placement of the nodes within
145145

146146
## Start tasks
147147

148-
The optional *start task* executes on each node as that node joins the pool, and each time a node is restarted or reimaged. The start task is especially useful for preparing compute nodes for the execution of tasks, like installing the applications that your tasks run on the compute nodes.
148+
If desired, you can add a [start task](jobs-and-tasks.md#start-task) that will executes on each node as that node joins the pool, and each time a node is restarted or reimaged. The start task is especially useful for preparing compute nodes for the execution of tasks, like installing the applications that your tasks run on the compute nodes.
149149

150150
## Application packages
151151

0 commit comments

Comments
 (0)