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 deploy the Java project to the Java Flex Consumption function app #4089

Open v-xinda opened 5 months ago

v-xinda commented 5 months ago

OS: All Functions Build Version: v1.14.2-alpha.0

Repro Steps:

  1. Create a Java project and open in VS Code.
  2. Create a Java Flex Consumption function app with East Asia location.
  3. Deploy the above project to this function app.
  4. Check whether succeeds to deploy the project to the Flex Consumption function app.

Expect: Succeed to deploy the project to the Flex Consumption function app.

Actual:

  1. Fail to deploy the project to the Flex Consumption function app. image
  2. The function app is stopped. image

More Info: This issue doesn't reproduce for other languages.