language
Parameters
value
The language the Function is written in. Possible values are CSharp
, Custom
, Java
, Javascript
, Python
, PowerShell
, and TypeScript
.
Note: when using
Custom
language, you must specify the code handler in thehost.json
file for your function. See the official docs for more information.