Skip to content

The queue name always uses "js-queue-items" instead of user input in JavaScript/TypeScript project #4611

@v-ruizh

Description

@v-ruizh

OS: All
Build Version: 20250725.5

Repro Steps:

  1. Create a JavaScript/TypeScript project with "Azure Queue Storage trigger" template (Input a valid queue name "test" in creation wizard).
  2. 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.
Image

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.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions