microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Fail to create a Flex Consumption function app with the memory size 2048 or 4096 selected #4131

Closed v-ruizh closed 4 months ago

v-ruizh commented 4 months ago

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

Repro Steps:

  1. Create a new Flex Consumption function app with the memory size 2048 or 4096 selected. image
  2. Check whether succeeds to create a Flex Consumption function app with the memory size 2048 or 4096 selected.

Expect: Succeed to create a Flex Consumption function app with the memory size 2048 or 4096 selected.

Actual: Fail to create a Flex Consumption function app with the memory size 2048 or 4096 selected. image image

More Info: This issue does not reproduce if creating a Flex Consumption function app with the memory size 512 selected.