Skip to content

Commit b6d40ac

Browse files
authored
Update batch-manage-account-basics.md
1 parent c2e16ff commit b6d40ac

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/batch/batch-manage-account-basics.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ You can run multiple Batch workloads in a single Batch account, or distribute yo
2828

2929
## Components of the Batch account
3030

31-
The Batch account enables you to run large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. Within the account you manage the applications you are running, the allocation of pools and nodes within pools, the number and types of tasks, and the input and output of data. You don't need to install additional software to manage tasks.
31+
The Batch account enables you to run large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. Within the account you manage:
32+
33+
- the applications you are running
34+
35+
- the allocation of pools and nodes within pools
36+
37+
- the number and types of tasks
38+
39+
- the input and output of data. You don't need to install additional software to manage tasks.
3240

3341
- When you create the Batch account, you are asked to assign a name to it. This name is its ID and once assigned cannot be changed.
3442

@@ -47,4 +55,6 @@ The Batch account enables you to run large-scale parallel and high-performance c
4755
## Next steps
4856

4957
- Create a Batch account using the [Azure portal](batch-account-create-portal.md).
50-
- Create a Batch account programmatically, such as with the [Batch Management .NET library](batch-management-dotnet.md).
58+
- Create a Batch account programmatically, such as with the [Batch Management .NET library](batch-management-dotnet.md).
59+
- [Configure or disable remote access to compute nodes in an Azure Batch pool](pool-endpoint-configuration.md).
60+
- [Run job preparation and job release tasks on Batch compute nodes](batch-job-prep-release.md)

0 commit comments

Comments
 (0)