Skip to content

Python: docs: add env example files for durabletask samples#5948

Open
alirezafzali wants to merge 5 commits into
microsoft:mainfrom
alirezafzali:docs/durabletask-env-examples-5400
Open

Python: docs: add env example files for durabletask samples#5948
alirezafzali wants to merge 5 commits into
microsoft:mainfrom
alirezafzali:docs/durabletask-env-examples-5400

Conversation

@alirezafzali
Copy link
Copy Markdown

Fixes #5400

This PR adds .env.example files for the Python durabletask hosting samples to make required environment variables easier to discover and configure.

Added .env.example files for:

  • 01_single_agent
  • 02_multi_agent
  • 03_single_agent_streaming
  • 04_single_agent_orchestration_chaining
  • 05_multi_agent_orchestration_concurrency
  • 06_multi_agent_orchestration_conditionals
  • 07_single_agent_orchestration_hitl

The environment variables were derived from the sample code and README instructions.

This is a documentation/developer-experience improvement only and does not modify runtime behavior.

Copilot AI review requested due to automatic review settings May 19, 2026 07:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds .env.example files to the Python durabletask hosting samples so required environment variables are easier to discover and configure (fixes #5400).

Changes:

  • Added .env.example files for 7 durabletask hosting samples.
  • Documented the key environment variables each sample expects (Foundry/Azure OpenAI + Redis for streaming).

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
python/samples/04-hosting/durabletask/01_single_agent/.env.example Adds example env vars for the single-agent sample.
python/samples/04-hosting/durabletask/02_multi_agent/.env.example Adds example Azure OpenAI env vars for the multi-agent sample.
python/samples/04-hosting/durabletask/03_single_agent_streaming/.env.example Adds example Foundry + Redis env vars for the streaming sample.
python/samples/04-hosting/durabletask/04_single_agent_orchestration_chaining/.env.example Adds example Foundry env vars for orchestration chaining sample.
python/samples/04-hosting/durabletask/05_multi_agent_orchestration_concurrency/.env.example Adds example Foundry env vars for concurrency sample.
python/samples/04-hosting/durabletask/06_multi_agent_orchestration_conditionals/.env.example Adds example Azure OpenAI env vars for conditionals sample.
python/samples/04-hosting/durabletask/07_single_agent_orchestration_hitl/.env.example Adds example Foundry env vars for HITL orchestration sample.

Comment thread python/samples/04-hosting/durabletask/01_single_agent/.env.example Outdated
Comment thread python/samples/04-hosting/durabletask/03_single_agent_streaming/.env.example Outdated
@github-actions github-actions Bot changed the title docs: add env example files for durabletask samples Python: docs: add env example files for durabletask samples May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python: [Samples][Python] durabletask/ samples missing .env.example files

3 participants