Skip to content

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

Merged
Evan Mattson (moonbox3) merged 12 commits into
microsoft:mainfrom
alirezafzali:docs/durabletask-env-examples-5400
Jul 13, 2026
Merged

Python: docs: add env example files for durabletask samples#5948
Evan Mattson (moonbox3) merged 12 commits into
microsoft:mainfrom
alirezafzali:docs/durabletask-env-examples-5400

Conversation

@alirezafzali

Copy link
Copy Markdown
Contributor

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
@moonbox3 Evan Mattson (moonbox3) added the python Usage: [Issues, PRs], Target: Python label May 19, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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
@moonbox3
Evan Mattson (moonbox3) added this pull request to the merge queue Jul 13, 2026
Merged via the queue into microsoft:main with commit c8fb491 Jul 13, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

4 participants