Skip to content

Commit df9353b

Browse files
committed
misc small updates
1 parent 60e660a commit df9353b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-job-task-error-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The impact of task failures on the job and any task dependencies must be conside
7171

7272
### Task command line failures
7373

74-
When the task command line is run, output is written to **stderr.txt** and **stdout.txt**. In addition, the application may write to application-specific log files.
74+
When the task command line is run, output is written to `stderr.txt` and `stdout.txt`. In addition, the application may write to application-specific log files.
7575

7676
If the pool node on which a task has run still exists, then the log files can be obtained and viewed. For example, the Azure portal lists and can view log files for a task or a pool node. Multiple APIs also allow task files to be listed and obtained, such as [Get From Task](https://docs.microsoft.com/rest/api/batchservice/file/getfromtask).
7777

0 commit comments

Comments
 (0)