About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation demonstrates a strong bias toward Windows and PowerShell. Most examples, screenshots, and REST API payloads focus on PowerShell runbooks and the Az PowerShell module. Windows/PowerShell tools and patterns (e.g., PowerShell Gallery, .zip modules, Get-Module cmdlet) are mentioned and illustrated in detail, while Linux/Python equivalents are either briefly mentioned or omitted. There is little to no parity in examples or guidance for Python (Linux) runbooks, and Linux-specific package management is only referenced in passing.
Recommendations:
- Provide equal, step-by-step examples for Python (Linux) runbooks, including screenshots and REST API payloads.
- Include explicit instructions and examples for uploading and managing Python packages (e.g., .whl files), similar to the PowerShell/Az module guidance.
- Mention and illustrate Linux/Python tools and patterns (e.g., pip, PyPI) where relevant, not just PowerShell Gallery.
- Add sample code and output for viewing installed Python packages in a runbook, analogous to the Get-Module example for PowerShell.
- Ensure that all notes and guidance referencing PowerShell (e.g., .zip files, Az module) have clear Linux/Python equivalents or caveats.
- Balance screenshots and UI walkthroughs to show both PowerShell and Python runbook creation and management.
Create pull request