OS: Win 11 x64
Build Version: 20260708.2
Repro Steps:
- Open Template Gallery.
- Create a project using SharePoint Online Connector Triggers (Python + AZD + Bicep) template.
- Open the generated project.
- Initial the project.
- Debug the project.
Expect:
Debug should complete the dependency installation successfully and start the Function app.
Actual:
Debug fails because the generated requirements.txt references azure-functions>=2.2.0b4, which cannot be found on PyPI.

More Info:
- This is the generated requirements.txt in project.

- The similar issue still reproduces for Simple Agent QuickStart (Python + AZD + Bicep) project (
azure-functions>=2.2.0 in the generated requirements.txt).
- Update the requirements.txt to
azure-functions, still fail to debug the project.

OS: Win 11 x64
Build Version: 20260708.2
Repro Steps:
Expect:
Debug should complete the dependency installation successfully and start the Function app.
Actual:

Debug fails because the generated requirements.txt references azure-functions>=2.2.0b4, which cannot be found on PyPI.
More Info:
azure-functions>=2.2.0in the generated requirements.txt).azure-functions, still fail to debug the project.