vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

"connection" and "queueName" values display incorrectly in JavaScript/TypeScript Azure Service Bus Queue Trigger Project

Open v-ruizh opened this issue 4 months ago • 0 comments

OS: Windows 11 Build Version: 20250613.1 Regression: Not a regression

Repro Steps:

  1. Create a JavaScript/TypeScript project with "Azure Service Bus Queue trigger" template selected -> Select "+ Create new local app setting" -> Select my service bus namespace -> Enter my queue name to finish the project creation.
  2. Check whether "connection" and "queueName" values display correctly in the xxx.js/xxx.ts file.

Expect: "connection" and "queueName" values display correctly in the xxx.js/xxx.ts file. Image

Actual: "connection" and "queueName" values display incorrectly in the xxx.js/xxx.ts file. Image

More Info:

  1. Fail to debug the above project with the default values. Image
  2. The project can be debugged successfully after changing the values to the correct ones.
  3. This issue does not reproduce for C#/Python/PowerShell project.
  4. This issue also reproduces for "Azure Service Bus Topic trigger" template. Image

v-ruizh avatar Jun 18 '25 09:06 v-ruizh