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
Create a JavaScript/TypeScript project with "Azure Queue Storage trigger" template (Input a valid queue name "test" in creation wizard).
Check whether the input queue name "test" is defined in the xxx.js/xxx.ts file.
Expect:
The input queue name "test" is defined in the xxx.js/xxx.ts file.
Actual:
The queue name always uses "js-queue-items" instead of user input.
More Info:
The "connection" setting value doesn't show in the xxx.js/xxx.ts file if creating a JavaScript/TypeScript project with "Azure Queue Storage trigger" template.