serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 159 forks source link

Yaml String Concatenation #678

Open BeAllAround opened 6 months ago

BeAllAround commented 6 months ago

This is a Bug Report

Please, let me know if this is actually a bug or I am doing something wrong.

Thank you for your time.

Environment variables not merged and other yaml features don't seem to be there. for example:

foo: ${foo} # Exported as env variable, this should be able to work but it treats is as normal string literal: "${foo}"
region: ${opt:region, "West Europe"} # This seems to be parsed as "optregionwesteurope"

Description

Similar or dependent issues:

Additional Data