Setting up grammars is optional, and if they are not set, then the cmd grammar is the default grammar.
Supported Grammars
Grammar Name
Description
Prefix
Examples
cmd
The cmd grammar only supports environment variables. To add environment variables, use the format %NAME%.
Use the prefix !cmd! to use cmd grammar.
{"tier": "!cmd!webApi-%COMPUTERNAME%"}
{"tier": "paymentApi-%COMPUTERNAME%"}
ps
The ps grammar supports agent properties and environment variables. Use the format ${property:NAME} for agent properties, and use the format ${env:NAME} for environment variables.
The IIS Virtual Application Path is used by the application. This property is always prefixed with the / symbol and is supported by ASP.NET and ASP.NET Core applications hosted on IIS with the in and out-of-process hosting model.