Skip to content

Python: docs: add prerequisite commands for Python hosting samples#5935

Open
alirezafzali wants to merge 2 commits into
microsoft:mainfrom
alirezafzali:docs/python-hosting-prereqs-5402
Open

Python: docs: add prerequisite commands for Python hosting samples#5935
alirezafzali wants to merge 2 commits into
microsoft:mainfrom
alirezafzali:docs/python-hosting-prereqs-5402

Conversation

@alirezafzali
Copy link
Copy Markdown

Fixes #5402

This PR adds a "Quick Prerequisites Checklist" section to the Python Azure Functions and Durable Task hosting sample READMEs.

Changes include:

  • Added installation guidance for required local tools
  • Added verification commands for installed dependencies
  • Added Azure CLI authentication guidance
  • Clarified that Azurite should be running before using func start

Files updated:

  • python/samples/04-hosting/azure_functions/README.md
  • python/samples/04-hosting/durabletask/README.md

This is a documentation-only change and does not modify runtime behavior or sample code.

Copilot AI review requested due to automatic review settings May 18, 2026 22:09
@alirezafzali
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@moonbox3 moonbox3 added documentation Improvements or additions to documentation python labels May 18, 2026
@github-actions github-actions Bot changed the title docs: add prerequisite commands for Python hosting samples Python: docs: add prerequisite commands for Python hosting samples May 18, 2026
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

Documentation-only PR that adds a "Quick Prerequisites Checklist" section to two Python hosting sample READMEs, providing platform-specific install commands and verification steps to lower the onboarding friction for beginners (addresses #5402).

Changes:

  • Added prerequisites checklist with install commands for Windows/macOS/Linux to the Azure Functions sample README, including a note to start Azurite before func start.
  • Added equivalent prerequisites checklist to the Durable Task sample README covering Docker, uv, and Azure CLI.

Reviewed changes

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

File Description
python/samples/04-hosting/azure_functions/README.md Adds prerequisite install/verify commands and Azurite startup note.
python/samples/04-hosting/durabletask/README.md Adds prerequisite install/verify commands for Docker, uv, and Azure CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python: [Samples][Python] azure_functions & durabletask READMEs need quick-install commands for prerequisites

3 participants