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. There is extensive mention of Windows/PowerShell-specific tools and patterns (e.g., PowerShell Gallery, .zip modules, Get-Module cmdlet), while Linux/Python equivalents are only briefly mentioned or omitted. Linux-specific details (e.g., .whl files for Python) are present but minimal, and there are no practical Linux/Python runbook examples or screenshots. The documentation consistently presents PowerShell/Windows options first and in more detail.
Recommendations:
- Provide parallel, detailed examples for Python runbooks, including REST API payloads and portal screenshots.
- Include Linux/Python-specific instructions and troubleshooting steps, not just brief notes.
- When referencing package formats (e.g., .zip for PowerShell), also explain and show .whl or other Linux-native formats for Python.
- Demonstrate how to view installed Python packages in a runbook, similar to the PowerShell 'Get-Module' example.
- Balance the order of presentation so that Python/Linux options are given equal prominence to PowerShell/Windows.
- Reference both PowerShell Gallery and PyPI (Python Package Index) for package sources.
- Clarify when a feature or limitation applies only to PowerShell/Windows or Python/Linux.
Create pull request