vscode-azurefunctions
vscode-azurefunctions copied to clipboard
There is no connection label next to the "Deployments" node after configuring deployment source in the portal
OS: Win 11 Build Version: 20241014.1
Repro Steps:
- Right-click a Function App -> Select "Open in Portal" -> Go to "Deployment Center" in the portal -> Select "GitHub" as the "Source".
- Configure the "GitHub" deployment source.
- Expand the Function App.
- Check whether there is a connection label next to the "Deployments" node.
Expect:
There is a connection label next to the "Deployments" node.
Actual:
There is no connection label next to the "Deployments" node.
More Info:
- This issue doesn't reproduce after configuring deployment source in VS Code.
- There is an error when select the "Local Git" as the "Source" in the portal, this issue doesn't reproduce after enabling the "SCM Basic Auth...".
- This issue also reproduces on Slots.
- This issue also reproduces on App Service extension.