Skip to content

Commit a0e3d35

Browse files
committed
Update variable naming restrictions to include space prohibition and link to Azure Pipeline naming constraints
1 parent 3943a12 commit a0e3d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/process/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ System and user-defined variables (except secret variables) also get injected as
7373

7474
## Variable naming restrictions
7575

76-
User-defined and environment variables can consist of letters, numbers, `.`, and `_` characters. Don't use variable prefixes reserved by the system. These are: `endpoint`, `input`, `secret`, `path`, and `securefile`. Any variable that begins with one of these strings (regardless of capitalization) won't be available to your tasks and scripts.
76+
User-defined and environment variables can consist of letters, numbers, `.`, and `_` characters. Don't use variable prefixes reserved by the system. These are: `endpoint`, `input`, `secret`, `path`, and `securefile`. Any variable that begins with one of these strings (regardless of capitalization) won't be available to your tasks and scripts. Don't use spaces in variables. For additional constraints, see [Azure Pipelines naming restrictions](../../organizations/settings/naming-restrictions.md#azure-pipelines).
7777

7878
## Understand variable syntax
7979

0 commit comments

Comments
 (0)