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 connect a GitHub repository for a function app with Flex Consumption (Preview) hosting plan #4085

Closed v-ruizh closed 5 months ago

v-ruizh commented 5 months ago

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

Repro Steps:

  1. Create a function app with Flex Consumption (Preview) hosting plan and East Asia location.
  2. Expand the above function app -> Expand Deployments node -> Click "Connect to a GitHub Repository..." -> Select an organization and repository -> Select a branch.
  3. Check whether succeeds to connect a GitHub repository or not.

Expect: Succeed to connect a GitHub repository.

Actual: Fail to connect a GitHub repository. image