Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default content for "Enter request body" in the Flex Consumption Node.js function app is different from the regular Node.js function app #4133

Open
v-ruizh opened this issue May 14, 2024 · 0 comments
Labels
AT-CTI Created by CTI team

Comments

@v-ruizh
Copy link

v-ruizh commented May 14, 2024

OS: Windows 10
Build Version: 20240514.1
Regression: Not a Regression

Repro Steps:

  1. Create a new JavaScript project with HttpTrigger function selected.
  2. Create one regular Node.js function app and deploy the above project to it.
  3. Right click the HttpTrigger function in this regular Node.js function app and select "Execute Function Now...".
  4. The default content for "Enter request body" in this regular Node.js function app shows as below.
    image
  5. Create one Flex Consumption Node.js function app and deploy the same project to it.
  6. Right click the HttpTrigger function in this Flex Consumption Node.js function app and select "Execute Function Now...".
  7. Check whether the default content for "Enter request body" in the Flex Consumption Node.js function app is the same as the regular Node.js function app.

Expect:
The default content for "Enter request body" in the Flex Consumption Node.js function app is the same as the regular Node.js function app.

Actual:
The default content for "Enter request body" in the Flex Consumption Node.js function app is different from the regular Node.js function app.
image

More Info:
Executing function from workspace view during debugging, the default content for "Enter request body" is the same as the regular function app.

@v-ruizh v-ruizh added the AT-CTI Created by CTI team label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team
Projects
None yet
Development

No branches or pull requests

1 participant