Skip to content

Commit c2e16ff

Browse files
committed
updates per typos
1 parent 86560f3 commit c2e16ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: H1Hack27Feb2017
2222

2323
A Batch account is a uniquely identified entity within the Batch service. All processing is associated with a Batch account.
2424

25-
You can create an Azure Batch account using the [Azure portal](batch-account-create-portal.md) or programmatically, such as with the [Batch Management .NET library](batch-management.dotnet.md). When creating the account, you can associate an Azure storage account for storing job-related input and output data or applications.
25+
You can create an Azure Batch account using the [Azure portal](batch-account-create-portal.md) or programmatically, such as with the [Batch Management .NET library](batch-management-dotnet.md). When creating the account, you can associate an Azure storage account for storing job-related input and output data or applications.
2626

2727
You can run multiple Batch workloads in a single Batch account, or distribute your workloads among Batch accounts that are in the same subscription, but in different Azure regions.
2828

@@ -47,4 +47,4 @@ The Batch account enables you to run large-scale parallel and high-performance c
4747
## Next steps
4848

4949
- 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).
50+
- Create a Batch account programmatically, such as with the [Batch Management .NET library](batch-management-dotnet.md).

articles/batch/batch-pool-node-error-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ If the temporary disk runs out of space (or is very close to running out of spac
136136

137137
### What to do when a disk is full
138138

139-
Determine why the disk is full: If you are not sure what exactly is taking up space on the node, it is recommended to remote to the node and investigate manually where the space has gone. You can also make use of the [Batch List Files API](https://docs.microsoft.com/rest/api/batchservice/file/listfromcomputenode) to examine files in Batch managed folders (for example, task outputs). Note that this API only lists files in the Batch managed directories and if your tasks created files elsewhere you will not see them.
139+
Determine why the disk is full: If you're not sure what is taking up space on the node, it is recommended to remote to the node and investigate manually where the space has gone. You can also make use of the [Batch List Files API](https://docs.microsoft.com/rest/api/batchservice/file/listfromcomputenode) to examine files in Batch managed folders (for example, task outputs). Note that this API only lists files in the Batch managed directories and if your tasks created files elsewhere you will not see them.
140140

141-
Make sure that any data you need has been retrieved from the node or uploaded to a durable store. All mitigations of the disk full issue involve deleting data to free up space.
141+
Make sure that any data you need has been retrieved from the node or uploaded to a durable store. All mitigation of the disk-full issue involve deleting data to free up space.
142142

143143
### Recovering the node
144144

0 commit comments

Comments
 (0)