You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating Azure function with python runtime. Setting output queue binding and name of the queue. Irrespective of whether name is set or not, its always setting binding queue name to $return for first out queue binding.
This is a Bug Report
Description
I am creating Azure function with python runtime. Setting output queue binding and name of the queue. Irrespective of whether name is set or not, its always setting binding queue name to
$return
for first out queue binding.Function.json:
What did you expect should have happened?
As name is provided for queue in event, it should be populated in function.json instead of
$return
What was the config you used?
Serverless.yml:
Similar or dependent issues:
Additional Data
Framework Core: 3.38.0 (local) 3.38.0 (global)
Plugin: 7.2.0
SDK: 4.5.1
func -v
4.0.5455
The text was updated successfully, but these errors were encountered: