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 configure deployment source for the Flex Consumption (Preview) function app #4070

Closed v-xinda closed 5 months ago

v-xinda commented 6 months ago

OS: All Build Version: v1.14.1-alpha.0 Regression: Not a Regression

Repro Steps:

  1. Create a python function app with Flex Consumption (Preview) hosting plan and East US 2 EUAP location.
  2. Right click this function app -> Configure Deployment Source... -> Select "GitHub" -> Select an organization -> Select a Repository -> Select a branch.
  3. Check whether succeeds to configure deployment source.

Expect: Succeed to configure deployment source.

Actual: Fail to configure deployment source. image

More Info: There is no error after configuring deployment source to "LocalGit".