Skip to content

Commit 5530b9b

Browse files
committed
couple more links
1 parent c8e9f71 commit 5530b9b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/batch/batch-visual-studio-templates.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ ms.custom: seodec18
1111
The **Job Manager** and **Task Processor Visual Studio templates** for Batch provide code to help you to implement and run your compute-intensive workloads on Batch with the least amount of effort. This document describes these templates and provides guidance for how to use them.
1212

1313
> [!IMPORTANT]
14-
> This article discusses only information applicable to these two templates, and assumes that you are familiar with the Batch service and key concepts related to it: pools, compute nodes, jobs and tasks, job manager tasks, environment variables, and other relevant information. You can find more information in [Basics of Azure Batch](batch-technical-overview.md) and [Batch feature overview for developers](batch-api-basics.md).
15-
>
16-
>
14+
> This article discusses only information applicable to these two templates, and assumes that you are familiar with the Batch service and key concepts related to it: pools, compute nodes, jobs and tasks, job manager tasks, environment variables, and other relevant information. You can find more information in [Basics of Azure Batch](batch-technical-overview.md) and [Batch service workflow and resources](batch-service-workflow-features.md).
1715
1816
## High-level overview
1917
The Job Manager and Task Processor templates can be used to create two useful components:
@@ -64,7 +62,7 @@ The Job Manager template helps you to implement a job manager task that can perf
6462
* Submit those tasks to run on Batch.
6563

6664
> [!NOTE]
67-
> For more information about job manager tasks, see [Batch feature overview for developers](batch-api-basics.md#job-manager-task).
65+
> For more information about job manager tasks, see [Jobs and tasks](jobs-and-tasks.md#job-manager-task).
6866
>
6967
>
7068

includes/batch-task-output-include.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: include file
33
description: include file
44
services: batch
5-
author: laurenhughes
5+
author: JnHs
66
ms.service: batch
77
ms.topic: include
88
ms.date: 04/06/2018
9-
ms.author: lahugh
9+
ms.author: jenhayes
1010
ms.custom: include file
1111
---
1212

1313
A task running in Azure Batch may produce output data when it runs. Task output data often needs to be stored for retrieval by other tasks in the job, the client application that executed the job, or both. Tasks write output data to the file system of a Batch compute node, but all data on the node is lost when it is reimaged or when the node leaves the pool. Tasks may also have a file retention period, after which files created by the task are deleted. For these reasons, it's important to persist task output that you'll need later to a data store such as [Azure Storage](https://docs.microsoft.com/azure/storage/).
1414

15-
For storage account options in Batch, see the [Batch feature overview](../articles/batch/batch-api-basics.md#azure-storage-account).
15+
For storage account options in Batch, see [Batch accounts and Azure Storage accounts](../articles/batch/accounts.md#azure-storage-accounts).

0 commit comments

Comments
 (0)