microsoft / microsoft/vscode-azurefunctions

Simple Agent QuickStart (Python + AZD + Bicep) project fails to debug due to missing tzdata dependency

Open Beginner friendly
#5,136 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

AT-CTI
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:

  1. Create a new project using Simple Agent QuickStart (Python + AZD + Bicep).
  2. Initial the project.
  3. Update azure-functions>=2.2.0 to azure-functions in requirements.txt.
  4. 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'.
Image

More Info:
Succeed to debug the project after adding tzdata to requirements.txt.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.