Skip to content

Commit c8e9f71

Browse files
committed
more link fixes
1 parent e8601ad commit c8e9f71

9 files changed

+15
-17
lines changed

articles/batch/batch-account-create-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For background about Batch accounts and scenarios, see [Batch service workflow a
3535

3636
d. **Location**: The Azure region in which to create the Batch account. Only the regions supported by your subscription and resource group are displayed as options.
3737

38-
e. **Storage account**: An optional Azure Storage account that you associate with your Batch account. A general-purpose v2 storage account is recommended for the best performance. For all storage account options in Batch, see the [Batch feature overview](batch-api-basics.md#azure-storage-account). In the portal, select an existing storage account, or create a new one.
38+
e. **Storage account**: An optional Azure Storage account that you associate with your Batch account. A general-purpose v2 storage account is recommended for the best performance. For all storage account options in Batch, see the [Batch feature overview](accounts.md#azure-storage-accounts). In the portal, select an existing storage account, or create a new one.
3939

4040
![Create a storage account][storage_account]
4141

articles/batch/batch-low-pri-vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ To view metrics in the Azure portal:
242242

243243
## Next steps
244244

245-
* Read the [Batch feature overview for developers](batch-api-basics.md), essential information for anyone preparing to use Batch. The article contains more detailed information about Batch service resources like pools, nodes, jobs, and tasks, and the many API features that you can use while building your Batch application.
245+
* Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
246246
* Learn about the [Batch APIs and tools](batch-apis-tools.md) available for building Batch solutions.
247247
* Start to plan the move from low-priority VMs to Spot VMs. If you use low-priority VMs with **Cloud Service configuration** pools, then plan to move to **Virtual Machine configuration** pools.

articles/batch/batch-technical-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Batch runs large parallel jobs in the cloud
33
description: Learn about using the Azure Batch service for large-scale parallel and HPC workloads
4-
ms.topic: overview
4+
ms.topic: conceptual
55
ms.date: 01/19/2018
66
---
77

@@ -69,7 +69,7 @@ The following diagram shows steps in a common Batch workflow, with a client appl
6969

7070
Keep in mind this is just one way to use Batch, and this scenario describes just some of its features. For example, you can execute [multiple tasks in parallel](batch-parallel-node-tasks.md) on each compute node. Or, use [job preparation and completion tasks](batch-job-prep-release.md) to prepare the nodes for your jobs, then clean up afterward.
7171

72-
See the [Batch feature overview for developers](batch-api-basics.md) for more detailed information about pools, nodes, jobs, and tasks, and the many API features that you can use while building your Batch application. Also see the latest [Batch service updates](https://azure.microsoft.com/updates/?product=batch).
72+
See [Batch service workflow and primary resources](batch-service-workflow-features.md) for an overview of features such as pools, nodes, jobs, and tasks. Also see the latest [Batch service updates](https://azure.microsoft.com/updates/?product=batch).
7373

7474
## Next steps
7575

articles/batch/batch-user-accounts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Run tasks under user accounts
3-
description: It's useful to be able to configure the user account under which you want a task to run. Learn the types of user accounts and how to configure them.
3+
description: Learn the types of user accounts and how to configure them.
44
ms.topic: how-to
55
ms.date: 11/18/2019
66
ms.custom: seodec18
@@ -34,7 +34,7 @@ Both an auto-user account and a named user account have read/write access to the
3434

3535
If a task runs under the same account that was used for running a start task, the task has read-write access to the start task directory. Similarly, if a task runs under the same account that was used for running a job preparation task, the task has read-write access to the job preparation task directory. If a task runs under a different account than the start task or job preparation task, then the task has only read access to the respective directory.
3636

37-
For more information on accessing files and directories from a task, see [Develop large-scale parallel compute solutions with Batch](batch-api-basics.md#files-and-directories).
37+
For more information on accessing files and directories from a task, see [Files and directories](files-and-directories.md).
3838

3939
## Elevated access for tasks
4040

@@ -316,4 +316,5 @@ The Batch service version 2017-01-01.4.0 introduces a breaking change, replacing
316316

317317
## Next steps
318318

319-
* For an in-depth overview of Batch, see [Develop large-scale parallel compute solutions with Batch](batch-api-basics.md).
319+
* Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
320+
* Learn about [files and directories](files-and-directories.md) in Azure Batch.

articles/batch/batch-virtual-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ When you add a user-defined route, define the route for each related Batch IP ad
6161
6262
## Next steps
6363

64-
- For an in-depth overview of Batch, see [Develop large-scale parallel compute solutions with Batch](batch-api-basics.md).
65-
- For more about creating a user-defined route, see [Create a user-defined route - Azure portal](../virtual-network/tutorial-create-route-table-portal.md).
64+
- Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
65+
- For information about creating a user-defined route, see [Create a user-defined route - Azure portal](../virtual-network/tutorial-create-route-table-portal.md).

articles/batch/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ landingContent:
3737
url: quick-run-python.md
3838
- linkListType: concept
3939
links:
40-
- text: Developer features
41-
url: batch-api-basics.md
40+
- text: Workflow and feature overview for developers
41+
url: batch-service-workflow-features.md
4242

4343
- title: Step-by-step guides
4444
linkLists:

articles/batch/large-number-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The maximum size of the task collection that you can add in a single call depend
3535

3636
It can take some time to add a large collection of tasks to a job - for example, up to 1 minute to add 20,000 tasks via the .NET API. Depending on the Batch API and your workload, you can improve the task throughput by modifying one or more of the following:
3737

38-
* **Task size** - Adding large tasks takes longer than adding smaller ones. To reduce the size of each task in a collection, you can simplify the task command line, reduce the number of environment variables, or handle requirements for task execution more efficiently. For example, instead of using a large number of resource files, install task dependencies using a [start task](batch-api-basics.md#start-task) on the pool or use an [application package](batch-application-packages.md) or [Docker container](batch-docker-container-workloads.md).
38+
* **Task size** - Adding large tasks takes longer than adding smaller ones. To reduce the size of each task in a collection, you can simplify the task command line, reduce the number of environment variables, or handle requirements for task execution more efficiently. For example, instead of using a large number of resource files, install task dependencies using a [start task](jobs-and-tasks.md#start-task) on the pool or use an [application package](batch-application-packages.md) or [Docker container](batch-docker-container-workloads.md).
3939

4040
* **Number of parallel operations** - Depending on the Batch API, increase throughput by increasing the maximum number of concurrent operations by the Batch client. Configure this setting using the [BatchClientParallelOptions.MaxDegreeOfParallelism](/dotnet/api/microsoft.azure.batch.batchclientparalleloptions.maxdegreeofparallelism) property in the .NET API, or the `threads` parameter of methods such as [TaskOperations.add_collection](/python/api/azure-batch/azure.batch.operations.TaskOperations?view=azure-python) in the Batch Python SDK extension. (This property is not available in the native Batch Python SDK.) By default, this property is set to 1, but set it higher to improve throughput of operations. You trade off increased throughput by consuming network bandwidth and some CPU performance. Task throughput increases by up to 100 times the `MaxDegreeOfParallelism` or `threads`. In practice, you should set the number of concurrent operations below 100.
4141

articles/batch/pool-endpoint-configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,5 @@ pool.network_configuration = batchmodels.NetworkConfiguration(
115115

116116
## Next steps
117117

118+
- Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
118119
- For more information about NSG rules in Azure, see [Filter network traffic with network security groups](../virtual-network/security-overview.md).
119-
120-
- For an in-depth overview of Batch, see [Develop large-scale parallel compute solutions with Batch](batch-api-basics.md).
121-

articles/batch/pool-file-shares.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,5 @@ batch_service_client.task.add(job_id, task)
167167

168168
## Next steps
169169

170-
* For other options to read and write data in Batch, see the [Batch feature overview](batch-api-basics.md) and [Persist job and task output](batch-task-output.md).
171-
170+
* For other options to read and write data in Batch, see [Persist job and task output](batch-task-output.md).
172171
* See also the [Batch Shipyard](https://github.com/Azure/batch-shipyard) toolkit, which includes [Shipyard recipes](https://github.com/Azure/batch-shipyard/tree/master/recipes) to deploy file systems for Batch container workloads.

0 commit comments

Comments
 (0)