Skip to content

Commit 2f205ef

Browse files
committed
typo
1 parent faa6ebe commit 2f205ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ interval of at least 5 minutes. Automatic retry capabilities are provided with v
191191

192192
Consider the following dependenices and restrictions when designing your Batch solutions.
193193

194-
### Maintain system-created resources
194+
### System-created resources
195195

196196
Azure Batch creates and manages a set of users and groups on the VM, which should not be altered. They are as follows:
197197

@@ -206,6 +206,6 @@ Azure Batch creates and manages a set of users and groups on the VM, which shoul
206206

207207
### File cleanup
208208

209-
Batch actively tries to clean up the working directory that tasks are run in, once their retention time expires. Any files written outside of this directory are [your responsibility to clean up](#manage-task-lifetime to avoid filling up diesk space.
209+
Batch actively tries to clean up the working directory that tasks are run in, once their retention time expires. Any files written outside of this directory are [your responsibility to clean up](#manage-task-lifetime) to avoid filling up disk space.
210210

211211
The automated cleanup for the working directory will be blocked if you run a service on Windows from the startTask working directory, due to the folder still being in use. This will result in degraded performance. To fix this, change the directory for that service to a separate directory that isn't managed by Batch.

0 commit comments

Comments
 (0)