A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.
{
"Variables": {
"property1": "pa$$word",
"property2": "pa$$word"
}
}