microsoft / microsoft/vscode-azurefunctions
Simple Agent QuickStart (Python + AZD + Bicep) project fails to debug due to missing tzdata dependency
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 319
- Forks
- 158
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 4
Description
OS: Win 11 x64
Build Version: 20260708.2
Repro Steps:
- Create a new project using Simple Agent QuickStart (Python + AZD + Bicep).
- Initial the project.
- Update
azure-functions>=2.2.0toazure-functionsin requirements.txt. - Debug the project.
Expect:
The generated project should debug successfully without additional dependency changes.
Actual:
The generated project fails to debug with ZoneInfoNotFoundError: No time zone found with key 'America/Los_Angeles'.
More Info:
Succeed to debug the project after adding tzdata to requirements.txt.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Simple Agent QuickStart template and its generated requirements.txt, then reproduce the debug failure with the listed azure-functions version. Verify that a freshly generated project debugs successfully without manual dependency edits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100