Skip to content

Commit c8f1854

Browse files
author
Xiyao Dong
committed
fix comments
1 parent fa6370e commit c8f1854

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/batch/batch-compute-node-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The command lines executed by tasks on compute nodes don't run under a shell. Th
3535
> `AZ_BATCH_AUTHENTICATION_TOKEN` is deprecated and will be retired on September 30, 2024. See the [announcement](https://azure.microsoft.com/updates/azure-batch-task-authentication-token-will-be-retired-on-30-september-2024/) for details and alternative implementation.
3636
3737
> [!NOTE]
38-
> The real directories and files location in example may change, using environment variable to access directories and files managed by batch is better.
38+
> The directory path and environment variable values in the examples below are implementation details and should not be considered immutable. As these values may change at any time, the use of environment variables instead of hardcoding the values or path structures is recommended.
3939
4040

4141
| Variable name | Description | Availability | Example |

articles/batch/files-and-directories.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ The value of the `AZ_BATCH_NODE_ROOT_DIR` compute node environment variable will
5050
|No|Windows|`C:\batch\data`|
5151
|Yes|Windows|`D:\batch`|
5252

53+
These environment variable values are implementation details and should not be considered immutable. As these values may change at any time, the use of environment variables instead of hardcoding the value is recommended.
54+
5355
## Next steps
5456

5557
- Learn about [error handling and detection](error-handling.md) in Azure Batch.

0 commit comments

Comments
 (0)