vscode-azurefunctions
vscode-azurefunctions copied to clipboard
"connection" and "queueName" values display incorrectly in JavaScript/TypeScript Azure Service Bus Queue Trigger Project
OS: Windows 11 Build Version: 20250613.1 Regression: Not a regression
Repro Steps:
- 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.
- 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.
Actual:
"connection" and "queueName" values display incorrectly in the xxx.js/xxx.ts file.
More Info:
- Fail to debug the above project with the default values.
- The project can be debugged successfully after changing the values to the correct ones.
- This issue does not reproduce for C#/Python/PowerShell project.
- This issue also reproduces for "Azure Service Bus Topic trigger" template.