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_first
Summary:
The documentation page shows mild Windows bias, primarily in the SDKs section, where the Az PowerShell module is mentioned first and in more detail than other SDKs. There is also a general tendency to mention Windows before Linux (e.g., in the auto-shutdown section), and no explicit Linux command-line or tool examples are provided. However, the page does mention Linux support and the Python SDK, and does not include exclusive Windows-only tools or examples.
Recommendations:
- When listing SDKs and automation tools, mention cross-platform options (such as Azure CLI and Python SDK) before or alongside PowerShell.
- Provide explicit Linux/Unix command-line examples (e.g., using Azure CLI) where automation or scripting is discussed.
- In feature descriptions (such as auto-shutdown), mention Linux and Windows together or alternate their order to avoid 'Windows first' bias.
- Include references to Linux-specific documentation or supported distributions where relevant.
- Ensure parity in example scripts and workflows for both Windows and Linux users.
Create pull request